Has anyone experienced this error while using Auto ML to train a model in Vertex AI? I don't understand what it means.
The time series I'm using has this format, "2021-06-24 00:00:00 UTC", and the error says:
Found time series with more than 3000 time steps. Ensure the lengths of all time series do not exceed 3000.
Here's a screenshot of the error:
Use Vertex Auto ML to train a model, using a data set from Big Query
- AutoML
- Tabular data set in Big query
- Previsión
- Optimized for RMSE
¡Hola Sebastian!
This error means that one of your timeseries (let's say at least one of the products on your dataset) has more than 3000 data points (hourly/daily entries).
An example - If I have the following dataset:
The timeseries for the product
1
has 5 samples,2
has 4 samples and3
has 3 samples.If you have any individual product/id with more than 3000 samples, you may face the error you are facing.