Notebook: kaggle-forest-cover.ipynb
In this competition, the task is to predict the forest cover type (the predominant kind of tree cover) from cartographic variables. Each observation in our dataset corresponds to a
1. Spruce/Fir
2. Lodgepole Pine
3. Ponderosa Pine
4. Cottonwood/Willow
5. Aspen
6. Douglas-fir
7. Krummholz
The training dataset for this Kaggle competition consists of
We use a variety of classification techniques, including:
1. Logistic Regression
2. Support Vector Classifier
3. K-Nearest Neighbors
4. Decision Tree
5. Random Forest
6. XGBoost
7. AdaBoost
8. LightGBM
9. Extra Trees Classifier
After tuning hyperparameters with GridsearchCV, our best model achieves a test score within the top 6.1% of the Kaggle leaderboard. For additional details and background information related to this dataset, see the Kaggle competition page at kaggle.com/c/forest-cover-type-prediction.