An ordered log in Python?

I am interested in running ordered logit regression in python (using pandas, numpy, sklearn or something like an ecosystem). But I can’t find a way to do this. Is my google skill missing? Or is this not what was implemented in the standard package?

+6
source share
1 answer

If you're looking for orderly logistic regression, it looks like you can find it at the Fabian Pedregosa minirank repo on GitHub .

(Hattip to @elyase, who initially provided the link in a comment on the question.)

+3
source

Source: https://habr.com/ru/post/981245/


All Articles