You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use the native Chronos APIs for forecasting e.g., through from chronos import ChronosPipeline. Through Chronos' documentation they recommend using the AutoGluon APIs https://github.com/amazon-science/chronos-forecasting#-usage. We may want to consider switching from the raw API calls to using AutoGluon
The text was updated successfully, but these errors were encountered:
Currently we use the native Chronos APIs for forecasting e.g., through
from chronos import ChronosPipeline
. Through Chronos' documentation they recommend using the AutoGluon APIs https://github.com/amazon-science/chronos-forecasting#-usage. We may want to consider switching from the raw API calls to using AutoGluonThe text was updated successfully, but these errors were encountered: