File size: 523 Bytes
7d7d474 59de9e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: Blueberry Yield Predictor
emoji: ⚡
colorFrom: indigo
colorTo: red
sdk: streamlit
sdk_version: 1.39.0
app_file: app.py
pinned: false
short_description: https://www.kaggle.com/competitions/playground-series-s3e14
---
# Blueberry Yield Predictor
A machine learning app to predict blueberry yields based on environmental and field parameters.
## Features
- Interactive sliders for input parameters
- Real-time predictions
- Easy-to-use interface
## Model
Uses XGBoost regressor trained on blueberry yield data. |