File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Value Difference Metric
8787The class :class: `~imblearn.metrics.pairwise.ValueDifferenceMetric ` is
8888implementing the Value Difference Metric proposed in
8989:cite: `stanfill1986toward `. This measure is used to compute the proximity
90- of two samples composed of only nominal categorical features .
90+ of two samples composed of only nominal values .
9191
9292Given a single feature, categories with similar correlation with the target
9393vector will be considered closer. Let's give an example to illustrate this
Original file line number Diff line number Diff line change 11# coding: utf-8
2- """Metrics to assess performance on classification task given class
2+ """Metrics to assess performance on a classification task given class
33predictions. The available metrics are complementary from the metrics available
44in scikit-learn.
55
You can’t perform that action at this time.
0 commit comments