Posts

Showing posts with the label Precision and Recall

Machine Learning 1: UNIT 2: Classification Questions

                                                                                                    UNIT-II                                                                                           CLASSIFICATION Long Answer Questions   1.      Apply a Binary Classifier for a given dataset and evaluate its performances using Accuracy, Precision, Recall, F1 Score, Precision/Recall Trade-off. ...

Machine Learning 1: UNIT 2: Classification MCQs

  1.      By default, SGD classifier follows this strategy for multi-class classification: Top of Form A)    OvO strategy B)     OvA strategy C)     Both D)    None Ans: B 2.      SGD Classifiers and Linear Classifiers are strictly A)    Binary Classifier B)     Multiclass classifier C)     Both D)    None      Ans: A 3.      The greater the value for ROC AUC, better the model: Top of Form A)    True B)     False Bottom of Form Ans: A 4.      The maximum value of the ROC AUC is Top of Form A)     0.8 B)      0.9  C)      1 D)     0.7 Bottom of Form Ans: C 5.      Recall can be increased by increasing the decision thres...