timecopilot-gift-eval
Standalone GIFT-Eval integration for time series forecasters.
Install:
pip install timecopilot-gift-eval
Use with any forecaster that implements the ForecasterProtocol interface:
from timecopilot_gift_eval import GIFTEval, GluonTSPredictor
storage_path = "./gift_eval_data"
GIFTEval.download_data(storage_path)
predictor = GluonTSPredictor(forecaster=my_forecaster, batch_size=512)
gift_eval = GIFTEval(
dataset_name="m4_weekly",
term="short",
output_path="./results",
storage_path=storage_path,
)
gift_eval.evaluate_predictor(predictor)
TimeCopilot users can install via the optional extra:
pip install "timecopilot[gift-eval]"
Replication tests against the official GIFT-Eval Seasonal Naive baseline run in this package via GluonTSPredictor and a minimal test forecaster. TimeCopilot's integration tests live in its test suite.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 timecopilot_gift_eval-0.3.0.tar.gz.
File metadata
- Download URL: timecopilot_gift_eval-0.3.0.tar.gz
- Upload date:
- Size: 215.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bc98c27720b918b6cbb6e4914cc21c3224c1eff9581a72c9961f35e41410c65
|
|
| MD5 |
d2a67900f926c6cbbff20a5633b0f90c
|
|
| BLAKE2b-256 |
35b5f14feef27e5bb66d2b547f0982b75f74ae4cc4af64bbf92ecde1863aebea
|
File details
Details for the file timecopilot_gift_eval-0.3.0-py3-none-any.whl.
File metadata
- Download URL: timecopilot_gift_eval-0.3.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ca7f30bfa09be28a72e7eb1d755362b319662e08691f9904d3b1a54b800c357
|
|
| MD5 |
f217f05e51207cb368df8464d22833ee
|
|
| BLAKE2b-256 |
5db9c6b5f529a7a04df5adcbbb57ac0a6320d035e6196173877eefcdc7889d2c
|