I’d like to use Fastai’s add_datepart() function from Fastai.tabular package.
I have successfully installed fastai package using command line pip install fastai
(not conda distribution) and tried to import add_datepart() from fastai.tabular import add_datepart
, but it has import error.
ImportError: cannot import name ‘add_datepart’
Any solutions on this?
Source: Python-3x Questions
One Reply to “Python install fastai.tabular package”
I am also having this exact error message ? any help please ?