Compare commits

..

1 Commits

Author SHA1 Message Date
amlrelsa-ms
0423d3972b update samples from Release-171 as a part of SDK release 2022-12-13 21:26:46 +00:00
10 changed files with 10 additions and 17 deletions

View File

@@ -5,4 +5,4 @@ dependencies:
- matplotlib
- tqdm
- scipy
- scikit-learn
- sklearn

View File

@@ -5,4 +5,4 @@ dependencies:
- matplotlib
- tqdm
- scipy
- scikit-learn
- sklearn

View File

@@ -239,7 +239,6 @@
"available_packages = pkg_resources.working_set\n",
"pandas_ver = None\n",
"numpy_ver = None\n",
"sklearn_ver = None\n",
"for dist in list(available_packages):\n",
" if dist.key == 'pandas':\n",
" pandas_ver = dist.version\n",
@@ -248,17 +247,12 @@
" numpy_ver = dist.version\n",
" else:\n",
" numpy_ver = '1.21.6'\n",
" if dist.key == 'scikit-learn':\n",
" sklearn_ver = dist.version\n",
"pandas_dep = 'pandas'\n",
"numpy_dep = 'numpy'\n",
"sklearn_dep = 'scikit-learn'\n",
"if pandas_ver:\n",
" pandas_dep = 'pandas=={}'.format(pandas_ver)\n",
"if numpy_ver:\n",
" numpy_dep = 'numpy=={}'.format(numpy_ver)\n",
"if sklearn_ver:\n",
" sklearn_dep = 'scikit-learn=={}'.format(sklearn_ver)\n",
"\n",
"# Note: we build shap at commit 690245 for Tesla K80 GPUs\n",
"env.docker.base_dockerfile = f\"\"\"\n",
@@ -298,8 +292,7 @@
"pip uninstall -y xgboost && \\\n",
"conda install py-xgboost==1.3.3 && \\\n",
"pip uninstall -y numpy && \\\n",
"pip install {numpy_dep} &&\\\n",
"pip install {sklearn_dep} \\\n",
"pip install {numpy_dep} \\\n",
"\"\"\"\n",
"\n",
"env.python.user_managed_dependencies = True\n",

View File

@@ -6,5 +6,5 @@ dependencies:
- tensorflow
- tqdm
- scipy
- scikit-learn
- sklearn
- setuptools>=41.0.0

View File

@@ -2,7 +2,7 @@ name: quickstart-azureml-in-10mins
dependencies:
- pip:
- azureml-sdk
- scikit-learn
- sklearn
- numpy
- matplotlib
- joblib

View File

@@ -2,7 +2,7 @@ name: quickstart-azureml-python-sdk
dependencies:
- pip:
- azureml-sdk
- scikit-learn
- sklearn
- numpy
- matplotlib
- joblib

View File

@@ -2,5 +2,5 @@ name: tutorial-1st-experiment-sdk-train
dependencies:
- pip:
- azureml-sdk
- scikit-learn
- sklearn
- azureml-opendatasets

View File

@@ -4,7 +4,7 @@ dependencies:
- azureml-sdk
- azureml-widgets
- matplotlib
- scikit-learn
- sklearn
- pandas
- azureml-opendatasets
- azureml-widgets

View File

@@ -3,6 +3,6 @@ dependencies:
- pip:
- azureml-sdk
- matplotlib
- scikit-learn
- sklearn
- pandas
- azureml-opendatasets

View File

@@ -3,7 +3,7 @@ dependencies:
- pip:
- azureml-sdk
- matplotlib
- scikit-learn
- sklearn
- pandas
- azureml-opendatasets
- encrypted-inference==0.9