Tracy Teal
06/13/2024, 7:06 PMI'm a long-time user of your open source packages (which I can easily get to work with exogenous variables). But with TimeGPT I get strange bugs.
In pandas, everything works fine with X_df=None, but I get a WriteTimeout when I use it on my entire dataset (30k+ time series), even when tweaking num_partitions.
I've also tried using Spark, without success but with different errors.
I don't think I made any mistakes in preparing the datasets because everything works correctly with neuralforecast or mlforecast.
The simplest thing would be for me to share my (anonymised) data with you so that you can test it yourself?
Thanks in advance!
kevin
07/03/2024, 6:06 PMEdu
07/03/2024, 6:07 PMkevin
07/03/2024, 6:07 PMJosé Morales
07/03/2024, 6:08 PMclient = NixtlaClient(base_url='<https://api.nixtla.io>')
? That should solve the issueEdu
07/03/2024, 6:08 PMkevin
07/03/2024, 6:11 PM<https://dashboard.nixtla.io/api/>
calls Cloudfare directly. Otherwise users will keep bumping into this issue. They'll think calling <https://dashboard.nixtla.io/api/>
and <https://api.nixtla.io>
is the same, but one is slower and has a much lower request limit than the other.kevin
07/03/2024, 6:13 PM<https://api.nixtla.io>
, but we have to make sure we communicate well that <https://dashboard.nixtla.io/api/>
is deprecated, and will eventually be removed. Supporting two endpoints, where one is inferior to the other will otherwise lead to unnecessary support tickets and user confusionkevin
07/03/2024, 6:15 PMEdu
07/03/2024, 6:18 PMkevin
07/03/2024, 6:23 PMEdu
07/03/2024, 6:26 PMkevin
07/03/2024, 6:27 PMEdu
07/03/2024, 6:27 PMazul (she/her) (nixtla)
07/04/2024, 3:15 PMEdu
07/04/2024, 3:30 PM