notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Underfitting.md (176B)


      1 # Underfitting
      2 
      3 ML CH1
      4 
      5 **Definition:** Using a model that is too simple to learn the underlying structure of data.
      6 
      7 See [Overfitting](Overfitting.md) for the inverse of this.