dipanjanS / practical-machine-learning-with-python

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Apache License 2.0
2.28k stars 1.65k forks source link

Showing error while importing arima-Utils ,lstm_utils #16

Closed ankurmedhi closed 5 years ago

ankurmedhi commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

thank you..got it..

JanosVrbata commented 4 years ago

ahaaaaaaa, sorry for that.