38 lines
2.2 KiB
Markdown
38 lines
2.2 KiB
Markdown
# Sample notebooks for Azure Machine Learning service
|
|
|
|
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**
|
|
|
|
> Note: **Looking for automated machine learning samples?**
|
|
> For your convenience, you can use a script to install instead. Go to the [automl folder README](automl/README.md) and follow the instructions.
|
|
|
|
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
|
|
|
|
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
|
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
|
the rights to use your contribution. For details, visit https://cla.microsoft.com.
|
|
|
|
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
|
|
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
|
|
provided by the bot. You will only need to do this once across all repos using our CLA.
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
|
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|