notes

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

ConfusionMatrix.md (197B)


      1 # Confusion Matrix
      2 
      3 ML CH3
      4 
      5 **Definition:** A confusion matrix is a matrix that describes the number of confused sample predictions a model has broken down by both the actual and predicted values.