hookeai.utilities.prediction_metrics

Prediction metrics computed from sample prediction file.

Functions

compute_prediction_metrics

Compute prediction metrics from sample prediction file path.

get_sample_n_features

Get number of prediction features.

get_feature_and_target

Get sample prediction and ground-truth for given feature.

Functions

compute_prediction_metrics(...[, ...])

Compute prediction metrics from sample prediction file path.

get_feature_data(sample_results, feature_idx)

Get sample prediction and ground-truth for given feature.

get_sample_n_features(sample_results)

Get number of sample prediction features.