-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[MRG] Add development doc #325
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
[MRG] Add development doc #325
Conversation
all public functions in validation.py and deprecation.py There is currently nothing in testing.py to be documented. |
Codecov Report
@@ Coverage Diff @@
## master #325 +/- ##
=====================================
Coverage 98% 98%
=====================================
Files 66 66
Lines 3860 3860
=====================================
Hits 3783 3783
Misses 77 77 Continue to review full report at Codecov.
|
c615d02
to
ff2c024
Compare
ff2c024
to
e2650a1
Compare
doc/developers_utils.rst
Outdated
|
||
.. currentmodule:: imblearn.utils | ||
|
||
|
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.
remove one line
doc/developers_utils.rst
Outdated
scikit-learn. Backports, in particular, will be removed as the scikit-learn | ||
dependencies evolve. | ||
|
||
|
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.
remove one line
doc/developers_utils.rst
Outdated
Utilities for Developers | ||
======================== | ||
|
||
Imbalanced-learn contains a number of utilities to help with development. These are |
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.
there is a space to much between . and These
doc/developers_utils.rst
Outdated
.. warning :: | ||
|
||
These utilities are meant to be used internally within the imbalanced-learn | ||
package. They are not guaranteed to be stable between versions of |
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.
space to much after full stop
doc/developers_utils.rst
Outdated
|
||
These utilities are meant to be used internally within the imbalanced-learn | ||
package. They are not guaranteed to be stable between versions of | ||
scikit-learn. Backports, in particular, will be removed as the scikit-learn |
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.
scikit-learn -> imbalanced-learn
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.
At the end of the sentence as well
doc/developers_utils.rst
Outdated
Validation Tools | ||
================ | ||
|
||
These are tools used to check and validate input. When you write a function |
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.
Space to much after full stop
doc/developers_utils.rst
Outdated
|
||
Helper Functions | ||
================ | ||
These are tools to facilitate writing code for imbalance learn. |
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.
imbalance learn -> imbalanced-learn
e2650a1
to
860dfbd
Compare
1cde627
to
a3db4a4
Compare
@glemaitre which functions should be documented here?