Skip to content

Commit

Permalink
cap done
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnoitanuj committed Nov 8, 2018
1 parent 2df765d commit ee3a137
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@

1) False Positive(Type 1 error): We predicted a positive outcome but it was false. Predicted an effet that did not occur. [Less Dangerous]
2) False Negative(Type 2 error): We predicted that there won't be any effect but it actually did occur. Our prediction was negative. [More Dangerous]

# Confusion Matrix
![](cm.png)

###### Accuracy Paradox:
If 00 = more, 01 = 0, 01 = less, 11 = 0
Accuracy increases, although we did not train. So accuarcy cannot be always trusted.

#CAP: Cummulative Accuracy Profile.
Greater area under the curve, the better is the model.
![](cap.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 ee3a137

Please sign in to comment.