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

tune_threshold_Fbeta has unused params #41

Closed lshpaner closed 2 weeks ago

lshpaner commented 1 month ago

The tune_threshold_Fbeta() method has the following unused parameters:

    `X_train`, 
    `y_train`,
    `X_valid`,

Also, let us add a more descriptive docstring for this method.

lshpaner commented 2 weeks ago

already resolved via PR