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

Naming convention mismatch #77

Closed elemets closed 2 weeks ago

elemets commented 3 weeks ago

There is a naming convention mismatch in the return metrics function. Currently X_test and y_test are used. These should be changed to a more general X and y.

elemets commented 2 weeks ago

A fix for this will be released in 0.17a