Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing error while importing arima-Utils ,lstm_utils #16

Closed
ankurmedhi opened this issue Feb 11, 2019 · 3 comments
Closed

Showing error while importing arima-Utils ,lstm_utils #16

ankurmedhi opened this issue Feb 11, 2019 · 3 comments

Comments

@ankurmedhi
Copy link

Below Error are appearing :

from arima_utils import ad_fuller_test, plot_rolling_stats
from arima_utils import plot_acf_pacf, arima_gridsearch_cv

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from arima_utils import ad_fuller_test, plot_rolling_stats
2 from arima_utils import plot_acf_pacf, arima_gridsearch_cv

ModuleNotFoundError: No module named 'arima_utils'

while trying import getting below error :
PS C:\Users\ankur> pip install arima_utils
Collecting arima_utils
Could not find a version that satisfies the requirement arima_utils (from versions: )
No matching distribution found for arima_utils

Is there any user-defined utils? if yes, please send me the link .

@dipanjanS
Copy link
Owner

You need to read through the chapter of the book to know the steps to run the notebook. An alternate approach would be to download the full code of Chapter 11 from here: https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch11_Forecasting_Stock_and_Commodity_Prices and make sure all the files are present along with the notebooks.

The arima_utils and lstm_utils are both created by us and hence not a part of any standard library and you will find them in that folder itself mentioned in the preceding link.

@ankurmedhi
Copy link
Author

thank you..got it..

@JanosVrbata
Copy link

ahaaaaaaa, sorry for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants