Skip to content

Commit db780e4

Browse files
committed
DOC add missing reference for IBA
1 parent 906ccbc commit db780e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

imblearn/metrics/classification.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,13 @@ def make_index_balanced_accuracy(alpha=0.1, squared=True):
668668
-----
669669
See :ref:`sphx_glr_auto_examples_evaluation_plot_metrics.py`.
670670
671+
References
672+
----------
673+
.. [1] García, Vicente, Javier Salvador Sánchez, and Ramón Alberto
674+
Mollineda. "On the effectiveness of preprocessing methods when dealing
675+
with different levels of class imbalance." Knowledge-Based Systems 25.1
676+
(2012): 13-21.
677+
671678
Examples
672679
--------
673680
>>> from imblearn.metrics import geometric_mean_score as gmean

0 commit comments

Comments
 (0)