cosborn
Cameron
United States
当前离线
最新动态
总时数 4 小时
最后运行日期:8 月 26 日
总时数 25 小时
最后运行日期:8 月 22 日
总时数 95 小时
最后运行日期:7 月 21 日
留言
Mike Judge (1884 - 2020) RIP 2020 年 4 月 17 日 下午 1:16 
Suppose you are running a learning experiment on a new algorithm for Boolean classification. 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 baseline function, a simple majority classifier. (A majority classifier is given a set of training data and then always outputs the class that is in the majority in the training set, regardless of the input.) You expect the majority classifier to score about 50% on leave-one-out cross-validation, but to your surprise, it scores zero every time. Can you explain why?