alperugurcan commited on
Commit
59de9e2
·
verified ·
1 Parent(s): 828d619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -10,4 +10,14 @@ pinned: false
10
  short_description: https://www.kaggle.com/competitions/playground-series-s3e14
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
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.