Skip to content
#

underfitting

Here are 36 public repositories matching this topic...

underfitting-overfitting-polynomial-regression-course

Underfitting and overfitting are critical concepts in machine learning, particularly when using Polynomial Regression to model data. Polynomial regression allows a model to learn non-linear relationships by increasing the polynomial degree (e.g. ), making it highly susceptible to both underfitting (too simple) and overfitting (too complex).Solver

  • Updated Mar 17, 2026
  • Python

Add this topic to your repo

To associate your repository with the underfitting topic, visit your repo's landing page and select "manage topics."

Learn more