You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and train a classifier to predict yes/no (flag_yes_no). This would be a binary classifier. Do this with cross-validation.
57
+
and train a classifier to predict yes/no (flag_yes_no). This would be a binary classifier. Do this with cross-validation. Write your own R code to do this task. You can work in groups. Do this in class.
and train a classifier to predict if income > 50K or < 50K (binary classifier). Do this with cross-validation.
67
+
and train a classifier to predict if income > 50K or < 50K (binary classifier). Do this with cross-validation. Write your own R code to do this task. You can work in groups. Do this in class.
68
68
69
69
The data is also available in the `adult` folder here
0 commit comments