pythonstatsmodelsordinal

How do i run a ordinal regression using stats model?


I would like to run an ordinal regression model in stats model and someone posted this (from statsmodels.miscmodels.ordinal_model import OrderedModel) however it doesnt seem to work. I also checked on stats models website and ordered models dont appear on there.

Has anyone done an oridinal logistic regression in Python?


Solution

  • statsmodel now has an ordinal regression with OrderedModel.