Fastai lib

Hi, I just now started this machine learning course.
I the below code to update fastai libraries:
!curl -s https://course.fast.ai/setup/colab | bash

and when i tried to import libraries, It shows me the following errors:

No module named fastai.structured
No module named ‘pandas_summary’

How do I import those libraries?

That’s the older version of the library. You should either try from fastai.old.structured or git clone the fastai library and work out of the Old folder

I say if as I’m unsure if the first method works. But the second should.

1 Like

Thanks @muellerzr I’ll try that.

Hii @muellerzr
I’m not able to find it in git hub. I can only find newer deep learning libraries.
How do I it get the old one?
Also, @jeremy mentioned he’ll be covering machine learning also in the 2020 course.
So is it a better idea to wait the latest version?

It’s under fastai/old on the main fastai repo. Yes it would be better to wait (and refrain from @‘ing Jeremy unless you truly need him to look at something please)

1 Like

Oh,okay. Thank you Sir, and sorry about that.