crop-recommender / README.md
Harshil-Malisetty's picture
Create README.md
9bc112a verified
metadata
license: mit
pipeline_tag: tabular-classification
library_name: scikit-learn
tags:
  - random-forest
  - sklearn
  - crop-recommendation

Crop Recommender

This model predicts crop type/yield based on features such as area and season.
It is trained with a Random Forest Regressor and includes preprocessing (scaler, one-hot encoding).