Crate parsnip

Source

Structs§

LengthError
The error returned when the length of the predicted and the ground truth do not match

Enums§

Average
The type of score averaging strategy employed in the calculation of precision, recall, or F-measure.

Functions§

categorical_accuracy
The categorical accuracy of a dataset
f1_score
The f1 score of a dataset
fbeta_score
The fbeta of a dataset
gini
Compute the gini impurity of a dataset.
hamming_loss
The hamming loss of a dataset
jaccard_similiarity_score
The jaccard similarity of a dataset
precision
The precision of a dataset
recall
The recall of a dataset