Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,14 @@ pinned: false
|
|
10 |
short_description: https://www.kaggle.com/competitions/playground-series-s3e14
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
short_description: https://www.kaggle.com/competitions/playground-series-s3e14
|
11 |
---
|
12 |
|
13 |
+
# Blueberry Yield Predictor
|
14 |
+
|
15 |
+
A machine learning app to predict blueberry yields based on environmental and field parameters.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
- Interactive sliders for input parameters
|
19 |
+
- Real-time predictions
|
20 |
+
- Easy-to-use interface
|
21 |
+
|
22 |
+
## Model
|
23 |
+
Uses XGBoost regressor trained on blueberry yield data.
|