Slackbot
09/04/2023, 7:37 AMYaping Lang
09/04/2023, 8:50 AMJosé Morales
09/04/2023, 3:54 PMfcst_df.dtypes
)?. I think the level columns may not be numericalMax (Nixtla)
09/04/2023, 9:18 PM{
"status": 429,
"data": null,
"message": "Too many requests",
"details": "You have reached your request limit, top up your credits to continue using the API",
"code": "A20",
"requestID": ""
}
If you haven't yet. Could you please fill out the form on our Website so we can process it? Just click on Submit interest on https://www.nixtla.io/Yaping Lang
09/06/2023, 3:13 AMunique_id object
ds object
TimeGPT float64
TimeGPT-lo-90 float64
TimeGPT-lo-80 float64
TimeGPT-hi-80 float64
TimeGPT-hi-90 float64
dtype: object
José Morales
09/06/2023, 10:34 PMJosé Morales
09/06/2023, 10:35 PMpip install utilsforecast
) and using:
from utilsforecast.plotting import plot_series
plot_series(df, fcst_df, level=[80, 90], max_insample_length=24 * 5)
It'd help us because we're going to replace the statsforecast function with that one and it'd be better to fix the error there if we find one