Given a set of features, classify whether the corresponding region is one of the following forest types
- s : Sugi forest
- h : Hinoki forest
- d : Mixed deciduous forest
- o : Other non-forest land
- Explore the dataset
- Perform feature engineering
- Train a Decision Tree Classifier using cross-validation
- Train an SVM Classifier using cross-validation
- Compare the accuracy scores of the two models
- Comment on Accuracy vs. Interpretability