Commit ccbf90b
committed
Fix MLflow logged-models API compat in pipeline tutorial
The curated sklearn-1.5 environment ships MLflow 2.19+ which uses
the logged-models API not supported by AzureML tracking server.
Disable it via MLFLOW_ENABLE_LOGGED_MODELS=false env var.1 parent 50f168d commit ccbf90b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
544 | 545 | | |
545 | 546 | | |
546 | 547 | | |
| |||
946 | 947 | | |
947 | 948 | | |
948 | 949 | | |
949 | | - | |
| 950 | + | |
0 commit comments