- Notifications
You must be signed in to change notification settings - Fork 1.3k
[WIP] Adding a User Guide #274
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
[DOC] Fix minor typo
* change cleaning-sampler to clean-sampler * Refactor the over_sampling * [WIP] adapt ensamble class
* change cleaning-sampler to clean-sampler * Refactor the over_sampling * [WIP] adapt ensamble class * iterate * fix PEP8
| Hello @glemaitre! Thanks for updating the PR.
Comment last updated on June 15, 2017 at 18:40 Hours UTC |
Member Author
| @chkoar Just a little preview for the over-sampling user-guide. |
Member
| @glemaitre very nice |
* EHN enable multiclass ratio handling * FIX simplify call to dictionary * FIX RUS done * FIX Refactor ADASYN * FIX partial * FIX refactor SMOTE * FIX refactor SMOTE * DOC add proper docstring * PEP8 * FIX ClusterCentroids * FIX refactor IHT * FIX Nearmiss refactoring * FIX tomek links refactor * FIX refactor OSS * FIX NCR refactoring * FIX refactor combined methods with Pipeline * FIX combine method targetting all classes when cleaning * FIX balance cascade refactoring * EHN add the possibility to add a dict for ratio * TST add test for check_ratio * TST add test for float * FIX/TST adapt common test * TST fix IHT tests * TST fix NCR * FIX combine test * TST fix balance * FIX doctest * FIX doctest * FIX solve the pickle issue * FIX remove comments * TST add test for NCR * TST add knn balance cascade * EHN add callable option for the ratio * DOC make doc cleaner * FIX/DOC remove useless comments and clean doc * DEP deprecation of ratio as float * EHN add base class for cleaning methods * TST add common test for multi class * MAINT downgrade sphinx for the moment * TST/EHN add test for the ratio and specific ratio for cleaning sampling * EHN remove redundant code * FIX warning * Remove useless base class * MAINT add christos back to some file * EHN rename test and add a comment * DOC add hash_X_y in the API * [MRG] Incorporate chkoar remarks (#6) * change cleaning-sampler to clean-sampler * Refactor the over_sampling * [WIP] adapt ensamble class * [MRG] Remove the init in base class (#7) * change cleaning-sampler to clean-sampler * Refactor the over_sampling * [WIP] adapt ensamble class * iterate * fix PEP8 * EHN doc * FIX add extension for sphinx * EHN make deprecatin great again * EHN Improve SMOTE and ADASYN
ab8214b to 19617eb Compare Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Reference Issue
Fixes #253
What does this implement/fix? Explain your changes.
There is no User Guide for the moment. We have to add some with explanations of the different methods.
TODO:
Any other comments?