An open API service indexing awesome lists of open source software.

https://github.com/martinkalema/hyperparameter-tuning-gridsearchcv

Using GridSearchCV to tune hyperparameters for my logistic regression model to better model performance
https://github.com/martinkalema/hyperparameter-tuning-gridsearchcv

gridsearchcv logistic-regression machine-learning

Last synced: 7 months ago
JSON representation

Using GridSearchCV to tune hyperparameters for my logistic regression model to better model performance

Awesome Lists containing this project

README

          

python pandas

## Hyperparameter-Tuning-GridSearchCV
Grid search cross-validation (GridSearchCV) is a technique used in machine learning to find the optimal hyperparameters for a model and it involves defining a grid of hyperparameters to search over.
It automates the process of tuning hyperparameters, which can be tedious and time-consuming if done manually and helps in finding the best combination of hyperparameters that yields the best performance for the given dataset and model.

## Dataset Links
https://www.kaggle.com/datasets/johnsmith88/heart-disease-dataset

## Clone the Repository
```
git clone https://github.com/MartinKalema/Hyperparameter-Tuning-GridSearchCV
```