ML based forecasting
Project description
Forecasting
Install
First, clone the repo like and cd to its root path, like so:
git clone git@github.com:JaumeAmoresDS/forecasting.git
cd forecasting
Then install dependencies using one of the following options:
Option 1: installing from forecasting.yml file
conda env create -n forecasting --file forecasting.yml
conda activate forecasting
Option 2: installing from requirements file
conda create -n forecasting python=3.10 pip
conda activate forecasting
pip install requirements.txt
Option 3: installing from setup.py
conda create -n forecasting python=3.10 pip
conda activate forecasting
pip install -e .[dev]
How to use
Run:
python scripts/run_pipeline.py
This will save the predictions into a file called predictions.parquet.
To display it, you can do something like:
import pandas as pd
predictions = pd.read_parquet ('predictions.parquet')
predictions.plot ();
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tsforecast-0.0.1.tar.gz
(22.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tsforecast-0.0.1.tar.gz.
File metadata
- Download URL: tsforecast-0.0.1.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e13e5360c65e49fb4095108f17b02d1caf1a19ae5db8d5a7f022daa5510a8779
|
|
| MD5 |
a2b5d120203a45b6ebc2eca4d1f9bbd8
|
|
| BLAKE2b-256 |
f97faa76aa01960156a80cf0998c890b4565f4030342e04e6af19599512202b6
|
File details
Details for the file tsforecast-0.0.1-py3-none-any.whl.
File metadata
- Download URL: tsforecast-0.0.1-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6ae8fc0993383834e045d18e77959b16956b0be77069fe0d4632a62e7fce008
|
|
| MD5 |
42e33d9c21413267ae442a528ff1a067
|
|
| BLAKE2b-256 |
52b5357b997474f0e88eff113d2a72c17327aacc0e6d068508a8a3ce9ed092d2
|