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
segmentation_model:
enabled: true
schema: ml
materialized: model
post-hook: "{{ dbt_ml.model_audit() }}"
I got error like
02:05:30 Invalid table-valued function ml.training_info
02:05:30 ML.TRAINING_INFO doesn't support hyperparameter tuning models. Please use ML.TRIAL_INFO instead. at [15:26]
It seems that we have to use ML.TRIAL_INFO for audit when hyper parameter tuning is enabled.
The text was updated successfully, but these errors were encountered:
I use dbt_ml for building kmeans model and I want to use hyper parameter tuning with model_audit.
But when I run model with such config
model config
dbt_project.yml
I got error like
It seems that we have to use ML.TRIAL_INFO for audit when hyper parameter tuning is enabled.
The text was updated successfully, but these errors were encountered: