usr
usr copied to clipboard
Version of sklearn and Question Regarding mlm
❓ Questions & Help
I would like to know your version of sklearn to run regression.py. Besides, I run the mlm code and don't understand why a '-' to the summation of log-likelihood is added. How do I evaluate the performance based on mlm. Does a larger mlm score indicate better performance?
I would also like to know the version of sklearn, as I am having problems with running regression.py:
ModuleNotFoundError: No module named 'sklearn.linear_model.base'
It seems like the method is deprecated in the newest versions of sklearn.