Difference between revisions of "Evaluation - Measures"

From
Jump to: navigation, search
(Precision & Recall)
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...]
  
 
+
* [http://medium.com/greyatom/performance-metrics-for-classification-problems-in-machine-learning-part-i-b085d432082b Performance Metrics for Classification problems in Machine Learning | Mohammed Sunasra = Medium]
 
 
 
 
  
 
== Error Metric ==
 
== Error Metric ==
Line 21: Line 19:
 
<youtube>sHHnCmy6q00</youtube>
 
<youtube>sHHnCmy6q00</youtube>
  
== Precision & Recall ==
+
=== Precision & Recall ===
 
[http://www.youtube.com/results?search_query=Precision+Recall+artificial+intelligence YouTube search...]
 
[http://www.youtube.com/results?search_query=Precision+Recall+artificial+intelligence YouTube search...]
  
Line 31: Line 29:
 
<youtube>j-EB6RqqjGI</youtube>
 
<youtube>j-EB6RqqjGI</youtube>
  
== F Score (F-Measure) ==
+
=== Accuracy ===
 +
[http://www.youtube.com/results?search_query=Accuracy+artificial+intelligence YouTube search...]
 +
 
 +
in classification problems is the number of correct predictions made by the model over all kinds predictions made.
 +
 
 +
http://cdn-images-1.medium.com/max/800/1*5XuZ_86Rfce3qyLt7XMlhw.png
 +
 
 +
<youtube>iIjtgrjgAug</youtube>
 +
<youtube>j-EB6RqqjGI</youtube>
 +
 
 +
 
 +
=== F1 Score (F-Measure) ===
 
[http://www.youtube.com/results?search_query=F+score+measure+artificial+intelligence YouTube search...]
 
[http://www.youtube.com/results?search_query=F+score+measure+artificial+intelligence YouTube search...]
  

Revision as of 11:59, 22 September 2018

YouTube search...

Error Metric

YouTube search...

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

YouTube search...

Precision & Recall

YouTube search...

(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

525px-Precisionrecall.svg.png

Accuracy

YouTube search...

in classification problems is the number of correct predictions made by the model over all kinds predictions made.

1*5XuZ_86Rfce3qyLt7XMlhw.png


F1 Score (F-Measure)

YouTube search...

Receiver Operator Curves (ROC) and Area Under the Curve (AUC)

YouTube search...

Example Use: Tradeoffs

'Sensitivity' & 'Specificity':

'True Positive Rate' & 'False Positive Rate':