mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-23 02:52:39 -05:00
Merge branch 'master' of https://github.com/rastala/MachineLearningNotebooks
This commit is contained in:
@@ -218,7 +218,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"'''\n",
|
"'''\n",
|
||||||
"# Use the default configuration (can also provide parameters to customize)\n",
|
"# Use the default configuration (can also provide parameters to customize)\n",
|
||||||
"resource_id = '/subscriptions/92c76a2f-0e1c-4216-b65e-abf7a3f34c1e/resourcegroups/raymondsdk0604/providers/Microsoft.ContainerService/managedClusters/my-aks-0605d37425356b7d01'\n",
|
"resource_id = '/subscriptions/<subscriptin id>/resourcegroups/<resourcegroupname>/providers/Microsoft.ContainerService/managedClusters/<aks-clsuter-name>'\n",
|
||||||
"\n",
|
"\n",
|
||||||
"create_name='my-existing-aks' \n",
|
"create_name='my-existing-aks' \n",
|
||||||
"# Create the cluster\n",
|
"# Create the cluster\n",
|
||||||
|
|||||||
20
README.md
20
README.md
@@ -1,3 +1,23 @@
|
|||||||
|
# Azure Machine Learning service sample notebooks
|
||||||
|
|
||||||
|
Use either of these methods to run the notebooks in this repository:
|
||||||
|
|
||||||
|
* **Azure Notebooks** - Jupyter based notebooks in the Azure cloud
|
||||||
|
1. [](https://aka.ms/aml-clone-azure-notebooks)
|
||||||
|
[Import sample notebooks into Azure Notebooks](https://aka.ms/aml-clone-azure-notebooks).
|
||||||
|
1. Create a workspace and its configuration file (**config.json**) using [these instructions](https://aka.ms/aml-how-to-configure-environment).
|
||||||
|
1. Select `+New` in the toolbar to add your **config.json** file to the same folder as the notebook.
|
||||||
|
1. Open the notebook.
|
||||||
|
|
||||||
|
* **Your own notebook server**
|
||||||
|
|
||||||
|
1. Use [these instructions](https://aka.ms/aml-how-to-configure-environment) to:
|
||||||
|
* Create a workspace and its configuration file (**config.json**).
|
||||||
|
* Configure your notebook server.
|
||||||
|
1. Clone this repository.
|
||||||
|
1. Add your **config.json** file to the cloned folder - you may need to install other packages for specific notebooks.
|
||||||
|
1. Start your notebook server.
|
||||||
|
1. Open the notebook you want to run.
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
|
|||||||
15
sdk-license/license.txt
Normal file
15
sdk-license/license.txt
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
This Preview is made available to you on the condition that you agree to the
|
||||||
|
[Supplemental Terms of Use for Microsoft Azure Previews][1], which supplement
|
||||||
|
[your agreement][2] governing your use of Azure.
|
||||||
|
If you do not have an existing agreement governing your use of Azure, you agree that
|
||||||
|
your agreement governing use of Azure is the [Microsoft Online Subscription Agreement][3]
|
||||||
|
(which incorporates the [Online Services Terms][4]).
|
||||||
|
By using the Preview you agree to these terms. This Preview may collect data
|
||||||
|
that is transmitted to Microsoft. Please see the [Microsoft Privacy Statement][5]
|
||||||
|
to learn more about how Microsoft processes personal data.
|
||||||
|
|
||||||
|
[1]: https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/
|
||||||
|
[2]: https://azure.microsoft.com/en-us/support/legal/
|
||||||
|
[3]: https://azure.microsoft.com/en-us/support/legal/subscription-agreement/
|
||||||
|
[4]: http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46
|
||||||
|
[5]: http://go.microsoft.com/fwlink/?LinkId=248681
|
||||||
Reference in New Issue
Block a user