Compare commits
1 Commits
release_up
...
release_up
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ebc909d57 |
@@ -47,9 +47,8 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import azureml.core\n",
|
||||
"from azureml.core import Workspace, Experiment, Dataset, RunConfiguration\n",
|
||||
"from azureml.core import Workspace, Experiment, Dataset\n",
|
||||
"from azureml.core.compute import ComputeTarget, AmlCompute\n",
|
||||
"from azureml.core.environment import CondaDependencies\n",
|
||||
"from azureml.data.dataset_consumption_config import DatasetConsumptionConfig\n",
|
||||
"from azureml.widgets import RunDetails\n",
|
||||
"\n",
|
||||
@@ -224,18 +223,6 @@
|
||||
"Note that the ```file_ds_consumption``` and ```tabular_ds_consumption``` are specified as both arguments and inputs to create a step."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"conda_dep = CondaDependencies()\n",
|
||||
"conda_dep.add_pip_package(\"pandas\")\n",
|
||||
"\n",
|
||||
"run_config = RunConfiguration(conda_dependencies=conda_dep)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
@@ -248,8 +235,7 @@
|
||||
" arguments=[\"--param1\", file_ds_consumption, \"--param2\", tabular_ds_consumption],\n",
|
||||
" inputs=[file_ds_consumption, tabular_ds_consumption],\n",
|
||||
" compute_target=compute_target,\n",
|
||||
" source_directory=source_directory,\n",
|
||||
" runconfig=run_config)\n",
|
||||
" source_directory=source_directory)\n",
|
||||
"\n",
|
||||
"print(\"train_step created\")\n",
|
||||
"\n",
|
||||
@@ -512,7 +498,7 @@
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.6.7"
|
||||
},
|
||||
"order_index": 13.0,
|
||||
"order_index": 13,
|
||||
"star_tag": [
|
||||
"featured"
|
||||
],
|
||||
|
||||
@@ -273,8 +273,8 @@
|
||||
"- python=3.6.2\n",
|
||||
"- pip:\n",
|
||||
" - azureml-defaults\n",
|
||||
" - keras==2.4.3\n",
|
||||
" - tensorflow==2.4.3\n",
|
||||
" - keras\n",
|
||||
" - tensorflow<=2.4.*\n",
|
||||
" - numpy\n",
|
||||
" - scikit-learn\n",
|
||||
" - pandas\n",
|
||||
|
||||
Reference in New Issue
Block a user