The main goal of this project to classify the cover type of forest with the dataset.
The data set is taken from the Kagle. Click here
- Importing the required modules
- Loading the dataset using pandas module
- Analysing and cleaning the dataset
- Using matplotlib visualising the data.
- Using seaborn to visualize pictographically.
- Using seaborn to see the aspect, elevation and slope of the forest range.
- Generated the Heatmap.
- Design a modelusing classification
- Predicted the result using the dataset.
The RandomForest Classifier model is used and easily implemented to gives better classification result.
- pandas
- numpy
- matplotlib
- sklearn
- seaborn
Random score is 0.9431.