from mletrics.classification import ksClassification Metrics
Functions and utilities to calculate classification metrics.
ks
ks (y_true:numpy.ndarray, y_prob:numpy.ndarray)
| Type | Details | |
|---|---|---|
| y_true | ndarray | the target variable, contains 0’s and 1’s |
| y_prob | ndarray | the probability of the |