Take-away exercise
Build classifiers with RandomForestClassifier() and DecisionTreeClassifier() on another dataset, e.g., breast cancer dataset, and evaluate the model.
Steps:
- Load the data
- Prepare the data
- Fit the model on training set
- Evaluate the model performance on both training and testing sets