Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added phrase about ROC curves
  • Loading branch information
elmerehbi committed May 8, 2015
commit 06486942d71d359f76a00073767028d6540c1bf7
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ grid.raster(readPNG("figures/6.png"))


## Receiver Operating Characteristic Curves
* are commonly used techniques to measure the quality of a prediction algorithm.
* predictions for binary classification often are quantitative (i.e. probability, scale of 1 to 10)
- different cutoffs/threshold of classification (> 0.8 --> one outcome) yield different results/predictions
- **Receiver Operating Characteristic** curves are generated to compare the different outcomes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ grid.raster(readPNG("figures/6.png"))
$\pagebreak$

## Receiver Operating Characteristic Curves
* are commonly used techniques to measure the quality of a prediction algorithm.
* predictions for binary classification often are quantitative (i.e. probability, scale of 1 to 10)
- different cutoffs/threshold of classification (> 0.8 --> one outcome) yield different results/predictions
- **Receiver Operating Characteristic** curves are generated to compare the different outcomes
Expand Down