Skip to content

Commit 40c3955

Browse files
author
Guillaume Lemaitre
committed
Update the doc
1 parent dbcd003 commit 40c3955

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

doc/api.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,26 @@ Functions
119119

120120
pipeline.make_pipeline
121121

122+
.. _metrics_ref:
123+
124+
Metrics
125+
=======
126+
127+
.. automodule:: imblearn.metrics
128+
:no-members:
129+
:no-inherited-members:
130+
131+
.. currentmodule:: imblearn
132+
133+
Functions
134+
---------
135+
.. autosummary::
136+
:toctree: generated/
137+
metrics.sensitivity_specificity_support
138+
metrics.sensitivity_score
139+
metrics.specificity_score
140+
metrics.geometric_mean_score
141+
metrics.indexed_balanced_accuracy_score
122142

123143
.. _datasets_ref:
124144

doc/whats_new.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ New features
2828
~~~~~~~~~~~~
2929

3030
- Added AllKNN under sampling technique. By `Dayvid Oliveira`_.
31+
- Added a module `metrics` implementing some specific scoring function for the problem of balancing. By `Guillaume Lemaitre`_ and `Christos Aridas`_.
3132

3233
Enhancement
3334
~~~~~~~~~~~

0 commit comments

Comments
 (0)