COMPUTER SCIENCE AND ENGINEERING
MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Confusion matrix
|
|
Cost-sensitive accuracy
|
|
Area under the ROC curve
|
|
All of the above-answer
|
Detailed explanation-1: -Accuracy, confusion matrix, log-loss, and AUC-ROC are some of the most popular metrics. Precision-recall is a widely used metrics for classification problems.
Detailed explanation-2: -Area Under Curve(AUC) is one of the most widely used metrics for evaluation. It is used for binary classification problem.
Detailed explanation-3: -Confusion Matrix The matrix’s size is compatible with the amount of classes in the label column. In a binary classification, the matrix will be 2X2. If there are 3 classes, the matrix will be 3X3, and so on. This matrix essentially helps you determine if the classification model is optimized.
Detailed explanation-4: -What exactly are classification metrics? Simply put a classification metric is a number that measures the performance that your machine learning model when it comes to assigning observations to certain classes. Binary classification is a particular situation where you just have to classes: positive and negative.