Submitted by fedegarzar t3_11effj0 in MachineLearning
fedegarzar OP t1_jaev47v wrote
Reply to comment by cristianic18 in [Discussion] Open Source beats Google's AutoML for Time series by fedegarzar
That's an interesting question. Behind the scenes, BigQuery uses an auto Arima model to extrapolate the trend of the time series after deseasonalizing them (https://cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-create-time-series). I would say that the complexity of the pipeline makes it slower (also our implementations use numba which speeds up the fitting time).
Viewing a single comment thread. View all comments