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

F1_tune example #89

Open elemets opened 2 weeks ago

elemets commented 2 weeks ago

Example to show custom betas favouring precision and recall. Beta < 1 favours precision, Beta > 1 recall. We should show both the classification reports before and after.