Closed gedeck closed 1 year ago
This PR addresses the following issues:
np.int
nose
pytest
I use your package to demonstrate ordinal logistic regression in this book: https://www.amazon.com/Data-Mining-Business-Analytics-Applications/dp/1119549841 As this code in the book no longer works with recent versions of the Python packages, I would appreciate if you could release a new version of mord on pypi.
thanks!
uploaded a new version to pypi
https://pypi.org/project/mord/0.7/
Thank you very much!
This PR addresses the following issues:
np.int
is deprecatednose
topytest
:nose
is no longer working in Python 3.10 and seems to be no longer updatedI use your package to demonstrate ordinal logistic regression in this book: https://www.amazon.com/Data-Mining-Business-Analytics-Applications/dp/1119549841 As this code in the book no longer works with recent versions of the Python packages, I would appreciate if you could release a new version of mord on pypi.