Mini-project for UE23CS352A Machine Learning – Random Forest Model for Predicting Coral Reef Regimes from Human and Natural Influences
This project aims to predict coral reef ecosystem regimes using data on human activities and natural environmental factors. The goal is to classify reefs into different regime types based on these influencing variables.
- Data Preprocessing – Cleaned and normalized the input dataset.
- Feature Selection – Selected key features affecting coral reef regimes.
- Model Training – Trained multiple models (e.g., Random Forest ).
- Evaluation – Compared models using F1-score, accuracy, and confusion matrix.
- Prediction – Saved the final model and generated predictions on test data.
- Final Model: Random Forest Classifier
- F1-Score: 0.9677(Micro-averageed F1 Score)
- Accuracy: 96.77%
Clone this repository: cd "C:\Users\archi\OneDrive\Desktop\5thsem\ML\ml_mini_project\ml-mini-project" dir pip install -r requirements.txt pip install notebook jupyter notebook
- Apoorva Biradar (PES1UG23CS095)
- Archi Pankaj (PES1UG23CS099)