Whenever I try to run the code provided as an example on the readme.md, I get the efollowing error:
AttributeError: module 'forecastability' has no attribute 'Forecastability'
I have some coworkers facing the same problem.
Here is the code snippet I'm using:
import forecastability
fa = forecastability.Forecastability(df, tm='date')
I am using python 3.8.10. Could this be a python version problem? If so, could the module be updated for newer versions of python?
Whenever I try to run the code provided as an example on the readme.md, I get the efollowing error:
I have some coworkers facing the same problem.
Here is the code snippet I'm using:
I am using python 3.8.10. Could this be a python version problem? If so, could the module be updated for newer versions of python?