GithubHelp home page GithubHelp logo

wild-blueberry-yield-prediction's Introduction

Wild Blueberry Yield Prediction

Overview

This repository contains code for predicting wild blueberry yield based on the Wild Blueberry Pollination Simulation Model. The dataset used for predictive modeling includes information on wild blueberry plant spatial traits, bee species composition, and weather conditions. The goal is to build machine learning models for early prediction of blueberry yield.

Dataset

  • The dataset consists of 777 records, each representing an average of 100 simulation runs.
  • The target feature is "yield," which is a continuous variable.
  • The dataset provides valuable information for researchers in the field of wild blueberry pollination.

Problem Statement

The task is to classify the yield variable based on the other 17 features, and the evaluation metric used is the Root Mean Squared Error (RMSE) score.

Files

  • WildBlueberryPollinationSimulationData.csv: The dataset used for training and testing.
  • X_test_rf_df.csv: CSV file containing the features of the test set used in the Random Forest model.
  • X_train_rf.joblib: Joblib file containing the features of the training set used in the Random Forest model.
  • y_test.joblib: Joblib file containing the target variable of the test set.
  • randomforest_blueberry_pollination_tuned_model.joblib: Joblib file containing the tuned Random Forest model.

Code

The Jupyter Notebook Wild Blueberry Yield Prediction_Pranav.ipynb includes the entire data analysis, preprocessing, feature selection, and model training process.

Dependencies

  • pandas
  • numpy
  • matplotlib
  • seaborn
  • scikit-learn
  • xgboost
  • catboost
  • lightgbm

Install the required dependencies using:

pip install -r requirements.txt

wild-blueberry-yield-prediction's People

Contributors

pranav-v-27 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.