susanli2016 / Machine-Learning-with-Python

Python code for common Machine Learning Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor Typo

chaseji opened this issue · comments

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