Difference between revisions of "Evaluation - Measures"
(→Error Metric) |
|||
| Line 1: | Line 1: | ||
[http://www.youtube.com/results?search_query=Evaluation+Matrics+Confusion+Matrix+Precision+Recall+score+ROC+Curves+Classification+Performance+Precision+Recall+Error+Metric+artificial+intelligence YouTube search...] | [http://www.youtube.com/results?search_query=Evaluation+Matrics+Confusion+Matrix+Precision+Recall+score+ROC+Curves+Classification+Performance+Precision+Recall+Error+Metric+artificial+intelligence YouTube search...] | ||
| − | |||
| − | + | ||
| − | + | ||
== Error Metric == | == Error Metric == | ||
| Line 13: | Line 12: | ||
<youtube>rdiQy119Wp4</youtube> | <youtube>rdiQy119Wp4</youtube> | ||
<youtube>jjsRC1Wv750</youtube> | <youtube>jjsRC1Wv750</youtube> | ||
| + | <youtube>e2vurxnd124</youtube> | ||
| + | <youtube>lonOMIYvZlE</youtube> | ||
== Confusion Matrix == | == Confusion Matrix == | ||
| Line 40: | Line 41: | ||
<youtube>OAl6eAyP-yo</youtube> | <youtube>OAl6eAyP-yo</youtube> | ||
| − | + | == Example Use: Tradeoffs == | |
| + | <youtube>FW2U5OVdHVo</youtube> | ||
| + | |||
| + | 'Sensitivity' & 'Specificity': | ||
| + | |||
| + | <youtube>Z5TtopYX1Gc</youtube> | ||
<youtube>vtYDyGGeQyo</youtube> | <youtube>vtYDyGGeQyo</youtube> | ||
| + | |||
| + | 'True Positive Rate' & 'False Positive Rate': | ||
| + | |||
| + | <youtube>qje6JgR7yF8</youtube> | ||
| + | <youtube>VAogHvCqf3E</youtube> | ||
Revision as of 11:48, 22 September 2018
Contents
Error Metric
Predictive Modeling works on constructive feedback principle. You build a model. Get feedback from metrics, make improvements and continue until you achieve a desirable accuracy. Evaluation metrics explain the performance of a model. An important aspects of evaluation metrics is their capability to discriminate among model results. 7 Important Model Evaluation Error Metrics Everyone should know | Tavish Srivastava
Confusion Matrix
Precision & Recall
(also called positive predictive value) is the fraction of relevant instances among the retrieved instances, while recall (also known as sensitivity) is the fraction of relevant instances that have been retrieved over the total amount of relevant instances. Both precision and recall are therefore based on an understanding and measure of relevance. Precision and recall | Wikipedia
F Score
"F score"+artificial+intelligence YouTube search...
Receiver Operator Curves (ROC) and Area Under the Curve (AUC)
Example Use: Tradeoffs
'Sensitivity' & 'Specificity':
'True Positive Rate' & 'False Positive Rate':