uclamii / model_tuner

A library to tune the hyperparameters of common ML models. Supports calibration and custom pipelines.
Apache License 2.0
3 stars 0 forks source link

Add new eval_metrics.py script for model performance metrics #72

Closed lshpaner closed 1 week ago

lshpaner commented 1 week ago

Evaluation Metrics

This PR introduces the new eval_metrics.py script, which includes the report_model_metrics function. This function generates a DataFrame of model performance metrics based on provided input data, models, and predictions. It supports multiple modes of operation, including:

Key Features:

New File: