File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,26 @@ Functions
119
119
120
120
pipeline.make_pipeline
121
121
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
122
142
123
143
.. _datasets_ref :
124
144
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ New features
28
28
~~~~~~~~~~~~
29
29
30
30
- 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 `_.
31
32
32
33
Enhancement
33
34
~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments