v0.1.18 #168
AzulGarza
announced in
Announcements
v0.1.18
#168
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
🚀 Feature Enhancements
Forecast Using Diverse Models 🌐
Release of new forecasting methods. Among the updates, we've unveiled the
timegpt-1-long-horizon
model, crafted specifically for long-term forecasts that span multiple seasonalities. To use it, simply specify the model in your methods like so:Choose between
timegpt-1
for the first version ofTimeGPT
ortimegpt-1-long-horizon
for long horizon tasks..Cross-Validation Methodology 📊
You can dive deeper into your forecasting pipelines with the new
cross_validation
feature. This method enables you to validate forecasts across different windows efficiently:This will generate 5 distinct forecast sets, each with a horizon of 35, stepping through your data every 5 timestamps.
Retry Behavior for Robust API Calls 🔁
The new retry mechanism allows the making of more robust API calls (preventing them from crashing with large-scale tasks).
max_retries
: Number of max retries for an API call.retry_interval
: Pause between retries.max_wait_time
: Total duration of retries.Token Inference Made Simple 🔑
The
TimeGPT
class now automatically infers yourTIMEGPT_TOKEN
usingos.environ.get('TIMEGPT_TOKEN')
, streamlining your setup:For more information visit our FAQS section.
Introducing the FAQ Section 📘
Questions? We've got answers! Our new FAQ section tackles the most common inquiries, from integrating exogenous variables to configuring authorization tokens and understanding long-horizon forecasts.
Specific Changelog
New Features:
Fixes:
Documentation and Miscellaneous:
New Contributors
Full Changelog: v0.1.17...v0.1.18
This discussion was created from the release v0.1.18.
Beta Was this translation helpful? Give feedback.
All reactions