notes

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

Accuracy.md (204B)


      1 # Accuracy
      2 
      3 ML D2
      4 
      5 **Definition:** Accuracy in machine learning describes the overall correctness of a model. 
      6 
      7 This metric is the percentage of guesses that are accurate based on predictions and labels.