Skip to main content

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

timecopilot_gift_eval-0.3.0.tar.gz (215.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

timecopilot_gift_eval-0.3.0-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file timecopilot_gift_eval-0.3.0.tar.gz.

File metadata

File hashes

Hashes for timecopilot_gift_eval-0.3.0.tar.gz
Algorithm Hash digest
SHA256 8bc98c27720b918b6cbb6e4914cc21c3224c1eff9581a72c9961f35e41410c65
MD5 d2a67900f926c6cbbff20a5633b0f90c
BLAKE2b-256 35b5f14feef27e5bb66d2b547f0982b75f74ae4cc4af64bbf92ecde1863aebea

See more details on using hashes here.

File details

Details for the file timecopilot_gift_eval-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for timecopilot_gift_eval-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2ca7f30bfa09be28a72e7eb1d755362b319662e08691f9904d3b1a54b800c357
MD5 f217f05e51207cb368df8464d22833ee
BLAKE2b-256 5db9c6b5f529a7a04df5adcbbb57ac0a6320d035e6196173877eefcdc7889d2c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page