python - Statsmodels.api Logit model error ValueError: endog must be in the unit interval -


i know error means -i double-checked , y variable data within [0,1] with:

y.max() = 1 y.min() = 0.7333333 dtype(y) float64 

i reading in data using pandas. first time using statsmodels.api package. ideas of else should check error


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -