Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 294 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 294 Bytes

HyperParameterTuning

This repository uses the heart dataset from Kaggle and applies hyperparameter tuning for the Support Vector Machine (SVM) Model.

Three algorithms were evaluated for the hyperparameter tuning of the dataset:

  1. Random Search CV
  2. Grid Search CV
  3. Bayes Search CV