Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/get-started-notebooks/pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
" # for this step, we'll use an AzureML curate environment\n",
" azureml://registries/azureml/environments/sklearn-1.5/labels/latest\n",
"command: >-\n",
" python train.py \n",
" pip install 'mlflow<2.19' -q && python train.py \n",
" --train_data ${{inputs.train_data}} \n",
" --test_data ${{inputs.test_data}} \n",
" --learning_rate ${{inputs.learning_rate}}\n",
Expand Down Expand Up @@ -946,4 +946,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}
Loading