kristeligt-dagblad / dbt_ml

Package for dbt that allows users to train, audit and use BigQuery ML models.
Apache License 2.0
64 stars 26 forks source link

Add arima #12

Closed hardtke closed 3 years ago

hardtke commented 3 years ago

This fix allows the use of ARIMA models in dbt_ml. Other wise the post run hook fails with:

Unrecognized name: loss at [14:63]

Additionally, when looking for the correct training_info schema I use lower(). BigQuery case insensitive for the model_type.

rbjerrum commented 3 years ago

@hardtke, thank you for your contribution! This looks great. We'll get this merged to master, and will include it in the next minor release.