摘要:
报错:ConvergenceWarning: Objective did not converge. You might want to increase the number of iterations. Duality gap: 1.0964018254413745, tolerance: 0. 阅读全文
摘要:
报错:RuntimeWarning: invalid value encountered in double_scalars W = numer / denom 先自查数据里有没有NaN,然后,我发现我代码里的levene和t检验部分会涉及多步除法。一旦分母为0或NaN就会出现上述报错 在chatg 阅读全文