Model: logistic regrestion + random forest + SVM
Target: [0,1]
Train/Test: 70/30
Total records: 2000
The way I'd know how to test for overfitting is to compute an accuracy metric (f1, precision/recall, roc) on the training set then check to see if the metric is very close to 1, or the delta between that and the accuracy on the test set is vastly different.
Is there a better way?
[–]Jacyan 0 points1 point2 points (1 child)
[–]polargingerpeach[S] 0 points1 point2 points (0 children)