Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedanthv/wild-blueberry-pollination-simulation-prediction
This is a project to predict the yield of blueberry fields given the parameters related to pollination and weather data
https://github.com/vedanthv/wild-blueberry-pollination-simulation-prediction
Last synced: about 6 hours ago
JSON representation
This is a project to predict the yield of blueberry fields given the parameters related to pollination and weather data
- Host: GitHub
- URL: https://github.com/vedanthv/wild-blueberry-pollination-simulation-prediction
- Owner: vedanthv
- Created: 2022-08-01T05:42:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T18:04:54.000Z (over 2 years ago)
- Last Synced: 2023-03-05T00:20:14.056Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wild Blueberry Pollination Simulation Prediction
![Wild-blueberries-news-feature](https://user-images.githubusercontent.com/44313631/183134599-08deaa4b-3794-4f4c-8b5e-7a3a075a7a24.jpg)## 📜 Description
The dataset used for predictive modelling was generated by the Wild Blueberry Pollination Simulation Model, which is an open-source, spatially-explicit computer simulation program, that enables exploration of how various factors, including plant spatial arrangement, outcrossing and self-pollination, bee species compositions and weather conditions, in isolation and combination, affect pollination efficiency and yield of the wild blueberry agro-ecosystem. The simulation model has been validated by the field observation and experimental data collected in Maine USA and Canadian Maritimes during the last 30 years and now is a useful tool for hypothesis testing and theory development for wild blueberry pollination researches. This simulated data provides researchers who have actual data collected from field observation and those who wants to experiment the potential of machine learning algorithms response to real data and computer simulation modelling generated data as input for crop yield prediction models.
## 🕰 Problem Statement
The target feature is **yield** which is a **continuous variable**. The task is to classify this variable based on the other 17 features step-by-step by going through each day's task. The **evaluation metrics will be RMSE score.**