Suppose you are running a learning experiment on a new algorithm for Boolean clas-sification. You have a data set consisting of 100 positive and 100 negative examples. You plan to use leave-one-out cross-validation and compare your algorithm to a baselinefunction, a simple majority classifier. (A majority classifier is given a set of training dataand then always outputs the class that is in the majority in the training set, regardlessof the input.) You expect the majority classifier to score about 50% on leave-one-outcross-validation, but to your surprise, it scores zero every time. Can you explain why?
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Suppose you are running a learning experiment on a new algorithm for Boolean clas-sification. You have a data set consisting of 100 ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Suppose you are running a learning experiment on a new algorithm for Boolean clas-sification. You have a data set consisting of 100 positive and 100 negative examples.