Skip to content

Demonstrating the use, and impact of, hyperparameter tuning and pipelines in machine learning models.

Notifications You must be signed in to change notification settings

pereirarodrigo/hyper_tuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HyperTuning

This is a simple project that's meant to demonstrate the impact that hyperparameter tuning and the use of pipelines can have in machine learning.

Through the use of these techniques, we are able to fine-tune machine learning models so that they scale better with data, making overfitting and underfitting less likely to occur and improving the overall accuracy of the algorithm.

The code in this repository is heavily inspired by DataCamp's "Supervised Learning with scikit-learn" course, which is available here: https://www.datacamp.com/courses/supervised-learning-with-scikit-learn. It makes use of the scikit-learn, NumPy and Pandas libraries, as well as gapminder, an external library that consists of a Pandas dataframe.

About

Demonstrating the use, and impact of, hyperparameter tuning and pipelines in machine learning models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages