- Notifications
You must be signed in to change notification settings - Fork1.3k
DOC rework the over-sampling section of the user guide#1117
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
DOC rework the over-sampling section of the user guide#1117
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedJan 1, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #1117 +/- ##==========================================+ Coverage 92.98% 93.87% +0.89%========================================== Files 105 54 -51 Lines 8323 3610 -4713 Branches 1288 486 -802 ==========================================- Hits 7739 3389 -4350+ Misses 465 124 -341+ Partials 119 97 -22 ☔ View full report in Codecov by Sentry. |
@@ -31,7 +31,7 @@ Imbalanced-learn samplers accept the same inputs as scikit-learn estimators: | |||
* `data`, 2-dimensional array-like structures, such as: | |||
* Python's list of lists :class:`list`, | |||
* Numpy arrays :class:`numpy.ndarray`, | |||
*Panda dataframes :class:`pandas.DataFrame`, | |||
*Pandas dataframes :class:`pandas.DataFrame`, |
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.
Fixing a typo from#1110.
Reference Issue
N/A
What does this implement/fix? Explain your changes.
This PR reworks theOver-sampling section of the user guide to improve its organisation.
Any other comments?
N/A