Skip to content

Commit 35455af

Browse files
Updated mlflow and scikit-learn (#3130)
* Updated mlflow and scikit-learn * Changed to use latest sklearn 1.0 curated environment * Update Pytorch environment
1 parent a946223 commit 35455af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cli/assets/environment/docker-contexts/python-and-pip/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
numpy==1.22
33
scipy==1.7.1
44
pandas==1.3.0
5-
scikit-learn==0.24.2
5+
scikit-learn==1.2.2
66
adlfs==2021.9.1
77
fsspec==2021.8.1
88

@@ -11,8 +11,8 @@ xgboost==1.4.2
1111
lightgbm==3.2.1
1212

1313
# tracking
14-
mlflow==1.20.2
15-
azureml-mlflow==1.34.0
14+
mlflow==2.2.1
15+
azureml-mlflow==1.55.0
1616

1717
# visualization
1818
matplotlib==3.4.3

tutorials/e2e-distributed-pytorch-image/e2e-object-classification-distributed-pytorch.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
" ),\n",
242242
" },\n",
243243
" # we're using a curated environment\n",
244-
" environment=\"AzureML-sklearn-1.0-ubuntu20.04-py38-cpu:1\",\n",
244+
" environment=\"AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest\",\n",
245245
" compute=\"cpu-cluster\"\n",
246246
" if (cpu_cluster)\n",
247247
" else None, # No compute needs to be passed to use serverless\n",
@@ -325,7 +325,7 @@
325325
" ),\n",
326326
" },\n",
327327
" # we're using a curated environment\n",
328-
" environment=\"AzureML-sklearn-1.0-ubuntu20.04-py38-cpu:1\",\n",
328+
" environment=\"AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest\",\n",
329329
" compute=\"cpu-cluster-lg\",\n",
330330
")\n",
331331
"\n",
@@ -412,7 +412,7 @@
412412
" # \"register_model_as\": \"places_dev\",\n",
413413
" \"enable_profiling\": False,\n",
414414
" },\n",
415-
" environment=\"AzureML-pytorch-1.10-ubuntu18.04-py38-cuda11-gpu@latest\",\n",
415+
" environment=\"AzureML-acpt-pytorch-1.13-cuda11.7@latest\",\n",
416416
" compute=\"gpu-cluster\"\n",
417417
" if (gpu_cluster)\n",
418418
" else None, # No compute needs to be passed to use serverless\n",

tutorials/e2e-distributed-pytorch-image/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ torch==1.10.2
44

55
# for metrics reporting/plotting
66
azureml-mlflow==1.40.0
7-
mlflow==1.23.1
7+
mlflow==2.2.1
88
matplotlib==3.5.1
99

1010
# to run the notebooks locally

0 commit comments

Comments
 (0)