-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anomaly Detection in Time Series #987
Conversation
Our team will soon review your PR. Thanks @alo7lika :) |
@abhisheks008 ASSIGN THE LABEL " GSSOC-EXT" AND LEVEL ON THE PR AS WELL AS ON THE ISSUE PAGE AND REVIEW IT |
Also assign the task to me , you haven't assigned it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved and level upgraded.
@alo7lika
Pull Request for DL-Simplified 💡
Issue Title: Anomaly Detection in Time Series
Closes: #967
Describe the add-ons or changes you've made 📃
I have added a model for anomaly detection in time series using LSTM networks. The model uses a synthetic dataset to identify and classify anomalies effectively, and I have also implemented additional models like Facebook Prophet and Isolation Forest for comparison.
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
The models have been tested using accuracy scores and classification metrics on the synthetic dataset. I also validated results through exploratory data analysis (EDA) and cross-checked predictions for anomaly classification.
Checklist: ☑️