You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,6 +305,19 @@ In probability theory and statistics, kurtosis is a measure of the "tailedness"
305
305
#### What is Entropy?
306
306
In the most layman terms, Entropy is nothing but the measure of disorder or uncertainty (You can think of it as a measure of purity as well) the goal of machine learning models and Data Scientists in general is to reduce uncertainty.
307
307
308
+
##### Confusion Matrix:
309
+
A confusion matrix is a table that is often used to describe the performance of a classification model (or "classifier") on set of test data for which the true value are known:
310
+
* Confusion matrix represents a tabular presentation of Actual Vs Predict Value
311
+
* You can calculate the accuracy of your model with:
0 commit comments