notes

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

Inertia.md (221B)


      1 # Inertia
      2 
      3 ML D5
      4 
      5 **Definition:** Inertia in machine learning is the sum of the squared distances from instances to their closest centroid. 
      6 
      7 This is often used as a gauge for the accuracy of a [KMeans](KMeans.md) model.