Skip to content

Commit

Permalink
Upgrade to sklean-1.5 (#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd authored Jul 23, 2024
1 parent cf060c0 commit 7060507
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/python/assets/component/train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ outputs:
model_output:
type: uri_folder
code: ./train_src
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest
command: >-
python train.py
--training_data ${{inputs.training_data}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ outputs:

code: ./

environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
environment: azureml://registries/azureml/environments/sklearn-1.5/labels/latest

command: >-
python prepare_data.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"### 3. Create a job environment\n",
"To run an Azure Machine Learning training job, you'll need an environment.\n",
"\n",
"In this tutorial, you'll using a ready-made environment called `AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest` that contains all required libraries (python, MLflow, numpy, pip, etc). "
"In this tutorial, you'll using a ready-made environment called `AzureML-sklearn-1.5` that contains all required libraries (python, MLflow, numpy, pip, etc). "
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
" ),\n",
" },\n",
" # we're using a curated environment\n",
" environment=\"AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest\",\n",
" environment=\"azureml://registries/azureml/environments/sklearn-1.5/labels/latest\",\n",
" compute=\"cpu-cluster-lg\",\n",
")\n",
"\n",
Expand Down

0 comments on commit 7060507

Please sign in to comment.