This project focused on forecasting dairy farm production using the Seasonal AutoRegressive Integrated Moving Average with eXogenous factors (SARIMAX) model. The objective is to predict future milk production levels by analyzing historical data and incorporating relevant external variables.
Features:
- Data Collection and Preprocessing : Scripts to collect, clean, and preprocess dairy production data and relevant exogenous factors.
- Model Training and Evaluation : Implementation of the SARIMAX model, including parameter tuning and performance evaluation.
- Forecasting : Scripts to generate future production forecasts based on the trained SARIMAX model.
- Visualization : Tools to visualize historical data, model performance, and forecasted production levels.
Steps:
-
Clone this repo
-
Create a virtual environment
-
Install the requirements
pip install -r requirements.txt
-
Run this
python app.py
-
Now openup your localhost 0.0.0.0:8080 <<<<<<< HEAD
-
For training pipeline run. Please change the required parameters and data values in
params.yaml
andschema.yaml
python main.py