Skip to content

Commit

Permalink
Classification full Done
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnoitanuj committed Nov 8, 2018
1 parent ee3a137 commit a951b5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ Accuracy increases, although we did not train. So accuarcy cannot be always trus

#CAP: Cummulative Accuracy Profile.
Greater area under the curve, the better is the model.
![](cap.png)
![](cap.png)

a<sub>p</sub> = area between the perfect model and random model.
a<sub>r</sub> = area between the good model and random model.

Accuracy Ratio =(AR) a<sub>p</sub> / a<sub>r</sub>.
AR closer to one better is the model.
![](cm1.png)

Other option is to draw a 50% line and see where it touches our model(good model) on the y-axis and then make judgement accordingly.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a951b5d

Please sign in to comment.