File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1- .. _over-sampling :
1+ oo .. _over-sampling:
22
33=============
44Over-sampling
@@ -12,6 +12,17 @@ A practical guide
1212You can refer to
1313:ref: `sphx_glr_auto_examples_over-sampling_plot_comparison_over_sampling.py `.
1414
15+ .. warning ::
16+
17+ Over-sampling methods (including random over-sampling, SMOTE, and ADASYN) do
18+ not guarantee improved predictive performance. In particular, they may not
19+ improve ranking metrics such as ROC-AUC and can degrade probability
20+ calibration. We recommend validating the impact using the metric(s) that
21+ matter for your use case, and considering alternatives such as using
22+ ``class_weight `` or ``sample_weight `` in the estimator, tuning the decision
23+ threshold, or collecting more minority class data when possible.
24+
25+
1526.. _random_over_sampler :
1627
1728Naive random over-sampling
You can’t perform that action at this time.
0 commit comments