Machine Learning is all about making predictions and classifications.
Cross Validation
把data分成不同大小的block,多次尝试组合用多种ML方法看预测效果,例如分成4个block,75%做训练集,后25%做test data,分别用SVM,Logstoc Reg,KNN看预测效果。
The Confusion Matrix
对比不同method预测能力,真阳性,真阴性,假阳性,假阴性个数
Machine Learning is all about making predictions and classifications.
把data分成不同大小的block,多次尝试组合用多种ML方法看预测效果,例如分成4个block,75%做训练集,后25%做test data,分别用SVM,Logstoc Reg,KNN看预测效果。
对比不同method预测能力,真阳性,真阴性,假阳性,假阴性个数
让时间为你证明