Kumeu River Wines Weather Forecast Analysis

Analysis and forecast of hourly weather measurements.

Installation

Clone the repo

git clone https://github.com/michealccc/krw-prediction-modelling.git

If you want to run the project in isolated Python environment otherwise just install the required python packages.

For more info refer to: https://realpython.com/python-virtual-environments-a-primer/

Use the package manager pip to install virtualenv.

pip install virtualenv
cd krw-prediction-modelling/
python3 -m venv venv
source venv/bin/activate

Use the package manager pip to install the required python packages.

pip install -r requirements.txt

Last tested on: Python 3.9.5

Package    Version
---------- -------
pip        21.2.2
setuptools 57.4.0
wheel      0.36.2

Usage

To Launch the Jupyter Notebook App:

jupyter notebook

Acknowledgments

  • Akbar Ghobakhlou