Minor Typo
chaseji opened this issue · 0 comments
chaseji commented
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