Skip to content

Commit

Permalink
Merge pull request #6 from kristeligt-dagblad/bug/kmeans-learning-rate
Browse files Browse the repository at this point in the history
Set learning rate to null for kmeans in audit hook.
  • Loading branch information
rbjerrum authored Aug 13, 2020
2 parents aaf37cc + 9fc0d0d commit a24d9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/hooks/model_audit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kmeans:
- iteration
- loss
- cast(null as float64) as eval_loss
- learning_rate
- cast(null as float64) as learning_rate
- duration_ms
- cluster_info
feature_info: *default_feature_info
Expand Down

0 comments on commit a24d9f8

Please sign in to comment.