Closed ankurmedhi closed 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.
thank you..got it..
ahaaaaaaa, sorry for that.
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)