Skip to content

RutujaS-2110/Decision_Tree_based-Crop_Yield_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crop Yield Predictor - Decision Tree Regressor

Demo Video - https://drive.google.com/file/d/13IMAv6cpEdbRIotc0LK606kKOFp1yv_M/view?usp=sharing

actual_vs_predicted

MODEL PERFORMANCE SUMMARY -

Model R² Score RMSE MAE
Linear Regression 82.44% 92.88 74.87
Random Forest Regressor 99.30% 18.54 8.05
Decision Tree Regressor 99.62% 13.65 1.15
Gradient Boosting Regressor 87.32% 78.92 64.69
XGBoost Regressor 99.33% 18.10 10.91

Best Model: Decision Tree — highest accuracy and lowest error, making it ideal for crop yield prediction.

Author & Creator - Rutuja