Skip to content

Overfitting and Underfitting principles. Understand basic principles of underfitting and overfitting and why you should use particular techniques to deal with them.

License

Notifications You must be signed in to change notification settings

Winston-503/underfitting_vs_overfitting

Repository files navigation

Overfitting and Underfitting principles

Understand basic principles of underfitting and overfitting and why you should use particular techniques to deal with them.

preview.jpg

Article

You can read detailed article on Towards Data Science.

Jupyter Notebooks

See Jupiter notebooks, that contain all examples from article:

Open them with Jupyter or see directly in a browser.

Setup

To run this code, you must have numpy, sklearn, matplotlib and seaborn libraries installed.

You should create virtual environment, activate it and run pip install -r requirements.txt or run following command:

pip install numpy scikit-learn matplotlib seaborn

About

Overfitting and Underfitting principles. Understand basic principles of underfitting and overfitting and why you should use particular techniques to deal with them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published