mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-25 01:00:11 -05:00
Update 04.train-on-remote-vm.ipynb
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
"import numpy as np\n",
|
||||
"\n",
|
||||
"training_data = load_diabetes()\n",
|
||||
"np.save(file='./feeatures.npy', arr=training_data['data'])\n",
|
||||
"np.save(file='./features.npy', arr=training_data['data'])\n",
|
||||
"np.save(file='./labels.npy', arr=training_data['target'])"
|
||||
]
|
||||
},
|
||||
@@ -612,4 +612,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user