Tunes model hyperparameters for given number of runs and returns the best model found based on evaluation metric.
Tunes model hyperparameters for given number of runs and returns the best model found based on evaluation metric.
The input dataset to train.
The trained classification model.
Estimators to run
Tunes model hyperparameters
Allows user to specify multiple untrained models to tune using various search strategies. Currently supports cross validation with random grid search.