Compare commits

...

3 Commits

Author SHA1 Message Date
Sheri Gilley
98d24243bd add cell metadata 2020-02-04 11:32:41 -06:00
Sheri Gilley
3ee5a4c2b2 Update train-within-notebook.ipynb 2020-02-04 11:06:41 -06:00
Sheri Gilley
fd60846887 Update train-within-notebook.ipynb 2020-02-04 09:13:56 -06:00
2 changed files with 10 additions and 8 deletions

View File

@@ -167,7 +167,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {"name":"user_managed_env"},
"outputs": [], "outputs": [],
"source": [ "source": [
"from azureml.core import Environment\n", "from azureml.core import Environment\n",
@@ -192,7 +192,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {"name":"src"},
"outputs": [], "outputs": [],
"source": [ "source": [
"from azureml.core import ScriptRunConfig\n", "from azureml.core import ScriptRunConfig\n",
@@ -224,7 +224,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {"name":"run"},
"outputs": [], "outputs": [],
"source": [ "source": [
"run" "run"

View File

@@ -80,7 +80,8 @@
"metadata": { "metadata": {
"tags": [ "tags": [
"install" "install"
] ],
"name": "load_ws"
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
@@ -113,7 +114,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": {}, "metadata": {"name": "load_data"},
"outputs": [], "outputs": [],
"source": [ "source": [
"from sklearn.datasets import load_diabetes\n", "from sklearn.datasets import load_diabetes\n",
@@ -155,7 +156,8 @@
"tags": [ "tags": [
"local run", "local run",
"outputs upload" "outputs upload"
] ],
"name": "create_experiment"
}, },
"outputs": [], "outputs": [],
"source": [ "source": [