MicrosoftLearning / mslearn-azure-ml

https://microsoftlearning.github.io/mslearn-azure-ml/
MIT License
168 stars 197 forks source link

fix: Remove logging of a parameter while using mlflow.autolog() #70

Closed h-dychko closed 1 month ago

h-dychko commented 6 months ago

mlflow.log_param("Regularization rate", reg_rate) was removed since mlflow.autolog() is used above and it isn't mentioned to pay attention on the additionally logged Regularization rate in the Detail section of AML Studio

Module: 10

Lab/Demo: 10

Fixes # 1

Changes proposed in this pull request: Either remove manual logging while using mlflow.autolog() or add a comment, to make people pay attention on the difference between manual and auto logging looking at the Detail section of AML Studio