/hyperparameter_tuning_iris_dataset

Hyperparameter tuning for iris dataset (GridSearchCV, RandomizedSearchCV)

Primary LanguagePython

Hyperparameter tuning for iris dataset

Explores which algorithm and parameter combination works best for the iris dataset classification problem.

Outputs the top 3 results of GridSearchCV and also outputs a .csv file for the results of a RandomizedSearchCV call for SVMs.