2

I am trying to do logisitc regression, but have this issue - some of the p values are NaN

model = sm.Logit(y2,X2.astype(float))
result = model.fit()
result.summary()

enter image description here enter image description here

Any ideas what to do?

Brian Spiering
  • 23,131
  • 2
  • 29
  • 113
Sim_Demo
  • 41
  • 1
  • 2

0 Answers0