-
Notifications
You must be signed in to change notification settings - Fork 355
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
Added Outlier detection #869
Conversation
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
Closes #853 Outliers in DataAn outlier is a data point that significantly deviates from the majority of the data, either being much higher or lower. Outliers can result from measurement or execution errors and can significantly impact machine learning algorithms. Analyzing outliers is known as outlier analysis or outlier mining. Importance of Outlier Detection in Machine Learning
Techniques for Outlier Detection
|
@pavitraag For every PR, create a new branch in your forked repo and commit to it. Not directly from master. |
Techniques for Outlier detection
percentile.ipynb
zscore.ipynb
IQR.ipynb