我正在尝试进行逻辑回归,但有这个问题 - 一些 p 值是 NaN
model = sm.Logit(y2,X2.astype(float)) result = model.fit() result.summary()
有什么想法该怎么做?