You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our model audit post hook is failing recently. As far as I can tell, Bigquery ML Add a column "class_label" when using the ML.WEIGHTS function.
class_label: a STRING value that contains the label for a given weight. Only used for multiclass models. The output includes one row per <class_label, processed_input> combination
By the look of it, the package does not take this into account
Our model audit post hook is failing recently. As far as I can tell, Bigquery ML Add a column "class_label" when using the ML.WEIGHTS function.
By the look of it, the package does not take this into account
https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-weights
dbt_ml/macros/hooks/model_audit.sql
Line 93 in f7001ad
The text was updated successfully, but these errors were encountered: