susanli2016 / Machine-Learning-with-Python

Python code for common Machine Learning Algorithms
4.25k stars 4.81k forks source link

Update Time Series Forecastings.ipynb #51

Open WillieBett opened 5 months ago

WillieBett commented 5 months ago

when checking Office supplies first time producing higher sales than furniture the .ix is deprecated hence first_date = store.ix[...] should be changed to first_date = store.loc[....] Thanks

WillieBett commented 5 months ago

Pull request