Skip to content

Commit

Permalink
feat: rerelease anomaly detection 3 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanvdm authored Feb 10, 2024
1 parent 1516e9c commit 858898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ANOMALY_DETECTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ worked well but the problem like mentioned came when this needed to be packaged
predictions were good a basic Exponential Moving Average (EMA) predictions was not that far off and was much simpler
to implement.

A TypeScript version of the Holt Winter was then attempted as teh only real reason for not using it was the size of the
A TypeScript version of the Holt Winter was then attempted as the only real reason for not using it was the size of the
Python libraries. There were no solid libraries for TypeScript that could be used. An attempt to implement it from
scratch failed, not even ChatGTP could get it right, it was not worth the effort (given enough time this is more than possible).

Expand Down

0 comments on commit 858898d

Please sign in to comment.