introduction_to_ml_with_python
introduction_to_ml_with_python copied to clipboard
I was trying to import make_forge from mglearn, it threw Import error about load buston. How does load Boston relate with make_forge?
I have the same error. It seems Boston dataset is removed from scikit-learn. Since mglearn lib also calls load_boston, the import of mglearn results in error.
I am using Google Colab and used the following:
pip install "scikit-learn<1.2"
When I try to import mglearn, it worked.
Yeah, seems a chronic error, because I can't find a post about it. That makes it impossible to call any method or function about.
So sad. I really want to practice by using it
您的邮件已收到,我将会尽快处理,谢谢。王宇凝
Yes, downgrading is currently the only solution, sorry. The book needs to be rewritten with a different dataset.
您的邮件已收到,我将会尽快处理,谢谢。王宇凝
I'll try to do a temporary fix asap.