Skip to content

Commit

Permalink
set up model_audit to handle PCA use models
Browse files Browse the repository at this point in the history
  • Loading branch information
driskerr authored Jun 17, 2024
1 parent 466885b commit bfdc475
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion macros/hooks/model_audit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,16 @@ logistic_reg:
feature_info: *default_feature_info
weights: ['*']
matrix_factorization: *default
pca: *default
pca:
training_info:
- training_run
- iteration
- cast(null as float64) as loss
- cast(null as float64) as eval_loss
- cast(null as float64) as learning_rate
- duration_ms
- array(select as struct null as centroid_id, cast(null as float64) as cluster_radius, null as cluster_size)
feature_info: *default_feature_info
autoencoder: *default
tensorflow: {}
tensorflow_lite: {}
Expand Down

0 comments on commit bfdc475

Please sign in to comment.