Skip to content
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

Feature request: Add Anomaly Detection Project #859

Merged

Conversation

sanchitc05
Copy link
Contributor

@sanchitc05 sanchitc05 commented Nov 9, 2024

Fixes #858

Related Issues or Bug

  • This issue was related to anomaly detection not identifying edge case outliers in the data properly, especially in the Isolation Forest algorithm.

Fixes: #858

Proposed Changes

  • Added the contamination and max_samples parameters to the Isolation Forest model to improve anomaly detection by allowing for more flexibility in handling the dataset.
  • Implemented feature scaling in the preprocessing steps to ensure the data is appropriately normalized before applying the anomaly detection models.
  • Enhanced the Jupyter notebook with additional visualizations to better understand the anomalies detected by the models.
  • Added the KMeans clustering-based anomaly detection to identify outliers differently and compared the results with Isolation Forest.

Additional Info

  • The changes will improve the accuracy and flexibility of the anomaly detection models, especially when working with unbalanced datasets.
  • These changes help fine-tune model performance through hyperparameters and improve visualization.

Copy link

vercel bot commented Nov 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ml-nexus ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 9, 2024 7:29pm

Copy link

github-actions bot commented Nov 9, 2024

👋 Thank you for opening this pull request! We appreciate your contribution to improving this project. Your PR is under review, and we'll get back to you shortly.
Don't forget to mention the issue you solved!

@sanchitc05
Copy link
Contributor Author

@UppuluriKalyani please check the pr and let me know if you want any modifications

@AKSHITHA-CHILUKA
Copy link
Contributor

@UppuluriKalyani merge it and add labels

@UppuluriKalyani UppuluriKalyani merged commit d1733b5 into UppuluriKalyani:main Nov 10, 2024
5 checks passed
Copy link

🎉🎉 Thank you for your contribution! Your PR #859 has been merged! 🎉🎉

@sanchitc05
Copy link
Contributor Author

Hey @UppuluriKalyani can you please assign a level 3 label? I don't think level 1 really appreciates my work.
Regards,
Sanchit Chauhan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add Anomaly Detection Project
3 participants