silk_ml.scores.
ls_score
Score that punishes the false negative values, that goes from -1 to 1
y (list) – 1d array-like, or label indicator array / sparse matrix ground truth (correct) labels.
y_predicted (list) – 1d array-like, or label indicator array / sparse matrix predicted labels, as returned by a classifier.
A score between -1 and 1 that indicates the correctness of the classification
float