introduction_to_ml_with_python icon indicating copy to clipboard operation
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?

Open Mentoni opened this issue 1 year ago • 8 comments

Mentoni avatar Apr 02 '23 17:04 Mentoni

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.

karolinebrito avatar Apr 03 '23 16:04 karolinebrito

I am using Google Colab and used the following:

pip install "scikit-learn<1.2"

When I try to import mglearn, it worked.

karolinebrito avatar Apr 03 '23 16:04 karolinebrito

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.

ThalesRadicchi avatar Apr 06 '23 17:04 ThalesRadicchi

So sad. I really want to practice by using it

mfafif0002 avatar May 03 '23 08:05 mfafif0002

您的邮件已收到,我将会尽快处理,谢谢。王宇凝

wanghedy avatar May 03 '23 08:05 wanghedy

Yes, downgrading is currently the only solution, sorry. The book needs to be rewritten with a different dataset.

amueller avatar May 31 '23 04:05 amueller

您的邮件已收到,我将会尽快处理,谢谢。王宇凝

wanghedy avatar May 31 '23 04:05 wanghedy

I'll try to do a temporary fix asap.

amueller avatar May 31 '23 04:05 amueller