mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 02:25:12 -05:00
update samples from Release-156 as a part of 1.47.0 SDK stable release
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"import azureml.core\n",
|
"import azureml.core\n",
|
||||||
"\n",
|
"\n",
|
||||||
"print(\"This notebook was created using version 1.46.0 of the Azure ML SDK\")\n",
|
"print(\"This notebook was created using version 1.47.0 of the Azure ML SDK\")\n",
|
||||||
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,12 +10,11 @@ dependencies:
|
|||||||
- python>=3.6,<3.9
|
- python>=3.6,<3.9
|
||||||
- matplotlib==3.2.1
|
- matplotlib==3.2.1
|
||||||
- py-xgboost==1.3.3
|
- py-xgboost==1.3.3
|
||||||
- pytorch::pytorch=1.4.0
|
- pytorch::pytorch=1.11.0
|
||||||
- conda-forge::fbprophet==0.7.1
|
- conda-forge::fbprophet==0.7.1
|
||||||
- cudatoolkit=10.1.243
|
- cudatoolkit=10.1.243
|
||||||
- scipy==1.5.3
|
- scipy==1.5.3
|
||||||
- notebook
|
- notebook
|
||||||
- pywin32==227
|
|
||||||
- PySocks==1.7.1
|
- PySocks==1.7.1
|
||||||
- conda-forge::pyqt==5.12.3
|
- conda-forge::pyqt==5.12.3
|
||||||
- jinja2<=2.11.2
|
- jinja2<=2.11.2
|
||||||
@@ -25,12 +24,12 @@ dependencies:
|
|||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
# Required packages for AzureML execution, history, and data preparation.
|
# Required packages for AzureML execution, history, and data preparation.
|
||||||
- azureml-widgets~=1.46.0
|
- azureml-widgets~=1.47.0
|
||||||
- azureml-defaults~=1.46.0
|
- azureml-defaults~=1.47.0
|
||||||
- pytorch-transformers==1.0.0
|
- pytorch-transformers==1.0.0
|
||||||
- spacy==2.2.4
|
- spacy==2.2.4
|
||||||
- pystan==2.19.1.1
|
- pystan==2.19.1.1
|
||||||
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
||||||
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.46.0/validated_win32_requirements.txt [--no-deps]
|
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.47.0/validated_win32_requirements.txt [--no-deps]
|
||||||
- arch==4.14
|
- arch==4.14
|
||||||
- wasabi==0.9.1
|
- wasabi==0.9.1
|
||||||
|
|||||||
@@ -6,10 +6,8 @@ channels:
|
|||||||
dependencies:
|
dependencies:
|
||||||
# The python interpreter version.
|
# The python interpreter version.
|
||||||
# Currently Azure ML only supports 3.6.0 and later.
|
# Currently Azure ML only supports 3.6.0 and later.
|
||||||
- pip==20.2.4
|
- pip==20.1.1
|
||||||
- python>=3.6,<3.9
|
- python>=3.6,<3.9
|
||||||
- boto3==1.20.19
|
|
||||||
- botocore<=1.23.19
|
|
||||||
- matplotlib==3.2.1
|
- matplotlib==3.2.1
|
||||||
- numpy>=1.21.6,<=1.22.3
|
- numpy>=1.21.6,<=1.22.3
|
||||||
- cython==0.29.14
|
- cython==0.29.14
|
||||||
@@ -19,19 +17,19 @@ dependencies:
|
|||||||
- py-xgboost<=1.3.3
|
- py-xgboost<=1.3.3
|
||||||
- holidays==0.10.3
|
- holidays==0.10.3
|
||||||
- conda-forge::fbprophet==0.7.1
|
- conda-forge::fbprophet==0.7.1
|
||||||
- pytorch::pytorch=1.4.0
|
- pytorch::pytorch=1.11.0
|
||||||
- cudatoolkit=10.1.243
|
- cudatoolkit=10.1.243
|
||||||
|
- notebook
|
||||||
- jinja2<=2.11.2
|
- jinja2<=2.11.2
|
||||||
- markupsafe<2.1.0
|
- markupsafe<2.1.0
|
||||||
- jsonschema==4.15.0
|
|
||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
# Required packages for AzureML execution, history, and data preparation.
|
# Required packages for AzureML execution, history, and data preparation.
|
||||||
- azureml-widgets~=1.46.0
|
- azureml-widgets~=1.47.0
|
||||||
- azureml-defaults~=1.46.0
|
- azureml-defaults~=1.47.0
|
||||||
- pytorch-transformers==1.0.0
|
- pytorch-transformers==1.0.0
|
||||||
- spacy==2.2.4
|
- spacy==2.2.4
|
||||||
- pystan==2.19.1.1
|
- pystan==2.19.1.1
|
||||||
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
||||||
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.46.0/validated_linux_requirements.txt [--no-deps]
|
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.47.0/validated_linux_requirements.txt [--no-deps]
|
||||||
- arch==4.14
|
- arch==4.14
|
||||||
|
|||||||
@@ -6,11 +6,8 @@ channels:
|
|||||||
dependencies:
|
dependencies:
|
||||||
# The python interpreter version.
|
# The python interpreter version.
|
||||||
# Currently Azure ML only supports 3.6.0 and later.
|
# Currently Azure ML only supports 3.6.0 and later.
|
||||||
- pip==20.2.4
|
- pip==20.1.1
|
||||||
- nomkl
|
|
||||||
- python>=3.6,<3.9
|
- python>=3.6,<3.9
|
||||||
- boto3==1.20.19
|
|
||||||
- botocore<=1.23.19
|
|
||||||
- matplotlib==3.2.1
|
- matplotlib==3.2.1
|
||||||
- numpy>=1.21.6,<=1.22.3
|
- numpy>=1.21.6,<=1.22.3
|
||||||
- cython==0.29.14
|
- cython==0.29.14
|
||||||
@@ -20,19 +17,19 @@ dependencies:
|
|||||||
- py-xgboost<=1.3.3
|
- py-xgboost<=1.3.3
|
||||||
- holidays==0.10.3
|
- holidays==0.10.3
|
||||||
- conda-forge::fbprophet==0.7.1
|
- conda-forge::fbprophet==0.7.1
|
||||||
- pytorch::pytorch=1.4.0
|
- pytorch::pytorch=1.11.0
|
||||||
- cudatoolkit=9.0
|
- cudatoolkit=9.0
|
||||||
|
- notebook
|
||||||
- jinja2<=2.11.2
|
- jinja2<=2.11.2
|
||||||
- markupsafe<2.1.0
|
- markupsafe<2.1.0
|
||||||
- jsonschema==4.15.0
|
|
||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
# Required packages for AzureML execution, history, and data preparation.
|
# Required packages for AzureML execution, history, and data preparation.
|
||||||
- azureml-widgets~=1.46.0
|
- azureml-widgets~=1.47.0
|
||||||
- azureml-defaults~=1.46.0
|
- azureml-defaults~=1.47.0
|
||||||
- pytorch-transformers==1.0.0
|
- pytorch-transformers==1.0.0
|
||||||
- spacy==2.2.4
|
- spacy==2.2.4
|
||||||
- pystan==2.19.1.1
|
- pystan==2.19.1.1
|
||||||
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
||||||
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.46.0/validated_darwin_requirements.txt [--no-deps]
|
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.47.0/validated_darwin_requirements.txt [--no-deps]
|
||||||
- arch==4.14
|
- arch==4.14
|
||||||
|
|||||||
@@ -33,6 +33,8 @@ if not errorlevel 1 (
|
|||||||
call conda env create -f %automl_env_file% -n %conda_env_name%
|
call conda env create -f %automl_env_file% -n %conda_env_name%
|
||||||
)
|
)
|
||||||
|
|
||||||
|
python "%conda_prefix%\scripts\pywin32_postinstall.py" -install
|
||||||
|
|
||||||
call conda activate %conda_env_name% 2>nul:
|
call conda activate %conda_env_name% 2>nul:
|
||||||
if errorlevel 1 goto ErrorExit
|
if errorlevel 1 goto ErrorExit
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from distutils.version import LooseVersion
|
from setuptools._vendor.packaging import version
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -17,7 +17,7 @@ if architecture != "64bit":
|
|||||||
|
|
||||||
minimumVersion = "4.7.8"
|
minimumVersion = "4.7.8"
|
||||||
|
|
||||||
versionInvalid = (LooseVersion(conda.__version__) < LooseVersion(minimumVersion))
|
versionInvalid = (version.parse(conda.__version__) < version.parse(minimumVersion))
|
||||||
|
|
||||||
if versionInvalid:
|
if versionInvalid:
|
||||||
print('Setup requires conda version ' + minimumVersion + ' or higher.')
|
print('Setup requires conda version ' + minimumVersion + ' or higher.')
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"print(\"This notebook was created using version 1.46.0 of the Azure ML SDK\")\n",
|
"print(\"This notebook was created using version 1.47.0 of the Azure ML SDK\")\n",
|
||||||
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"print(\"This notebook was created using version 1.46.0 of the Azure ML SDK\")\n",
|
"print(\"This notebook was created using version 1.47.0 of the Azure ML SDK\")\n",
|
||||||
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"print(\"This notebook was created using version 1.46.0 of the Azure ML SDK\")\n",
|
"print(\"This notebook was created using version 1.47.0 of the Azure ML SDK\")\n",
|
||||||
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -91,7 +91,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"print(\"This notebook was created using version 1.46.0 of the Azure ML SDK\")\n",
|
"print(\"This notebook was created using version 1.47.0 of the Azure ML SDK\")\n",
|
||||||
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -406,7 +406,7 @@
|
|||||||
" compute_target=compute_target,\n",
|
" compute_target=compute_target,\n",
|
||||||
" node_count=2,\n",
|
" node_count=2,\n",
|
||||||
" process_count_per_node=2,\n",
|
" process_count_per_node=2,\n",
|
||||||
" run_invocation_timeout=920,\n",
|
" run_invocation_timeout=1200,\n",
|
||||||
" train_pipeline_parameters=mm_paramters,\n",
|
" train_pipeline_parameters=mm_paramters,\n",
|
||||||
")"
|
")"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -365,6 +365,7 @@
|
|||||||
" node_count=2,\n",
|
" node_count=2,\n",
|
||||||
" process_count_per_node=8,\n",
|
" process_count_per_node=8,\n",
|
||||||
" train_pipeline_parameters=hts_parameters,\n",
|
" train_pipeline_parameters=hts_parameters,\n",
|
||||||
|
" run_invocation_timeout=3900,\n",
|
||||||
")"
|
")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -634,7 +635,12 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.6.8"
|
"version": "3.7.13"
|
||||||
|
},
|
||||||
|
"vscode": {
|
||||||
|
"interpreter": {
|
||||||
|
"hash": "6db9c8d9f0cce2d9127e384e15560d42c3b661994c9f717d0553d1d8985ab1ea"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|||||||
@@ -517,7 +517,7 @@
|
|||||||
" compute_target=compute_target,\n",
|
" compute_target=compute_target,\n",
|
||||||
" node_count=2,\n",
|
" node_count=2,\n",
|
||||||
" process_count_per_node=8,\n",
|
" process_count_per_node=8,\n",
|
||||||
" run_invocation_timeout=920,\n",
|
" run_invocation_timeout=1200,\n",
|
||||||
" train_pipeline_parameters=mm_paramters,\n",
|
" train_pipeline_parameters=mm_paramters,\n",
|
||||||
")"
|
")"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"print(\"This notebook was created using version 1.46.0 of the Azure ML SDK\")\n",
|
"print(\"This notebook was created using version 1.47.0 of the Azure ML SDK\")\n",
|
||||||
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -101,7 +101,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"# Check core SDK version number\n",
|
"# Check core SDK version number\n",
|
||||||
"\n",
|
"\n",
|
||||||
"print(\"This notebook was created using SDK version 1.46.0, you are currently running version\", azureml.core.VERSION)"
|
"print(\"This notebook was created using SDK version 1.47.0, you are currently running version\", azureml.core.VERSION)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"with open('./train.py', 'r') as f:\n",
|
"with open('./scripts/train.py', 'r') as f:\n",
|
||||||
" print(f.read())"
|
" print(f.read())"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"with open('./mylib.py', 'r') as f:\n",
|
"with open('./scripts/mylib.py', 'r') as f:\n",
|
||||||
" print(f.read())"
|
" print(f.read())"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -203,7 +203,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"from azureml.core import ScriptRunConfig\n",
|
"from azureml.core import ScriptRunConfig\n",
|
||||||
"\n",
|
"\n",
|
||||||
"src = ScriptRunConfig(source_directory='./', script='train.py', environment=user_managed_env)"
|
"src = ScriptRunConfig(source_directory='./scripts', script='train.py', environment=user_managed_env)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -102,7 +102,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"import azureml.core\n",
|
"import azureml.core\n",
|
||||||
"\n",
|
"\n",
|
||||||
"print(\"This notebook was created using version 1.46.0 of the Azure ML SDK\")\n",
|
"print(\"This notebook was created using version 1.47.0 of the Azure ML SDK\")\n",
|
||||||
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user