susanli2016 / Machine-Learning-with-Python

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

Minor Typo #13

Open chaseji opened 5 years ago

chaseji commented 5 years ago

Hi Susan,

In the Time Series of Price Anomaly Detection Expedia.ipynb, there is a minor typo in the function markovAnomaly.

In line 39&40 of the block, it should be: if (j < windows_size): df_anomaly.append(0)

Overall I find the notebook really helpful. Thanks.

Chase