Merge pull request #39 from cforbe/master

Adding dataprep notebook
This commit is contained in:
Roope Astala
2018-10-18 12:39:01 -04:00
committed by GitHub
2 changed files with 2991 additions and 1 deletions

View File

@@ -24,7 +24,12 @@ To run the notebooks in this repository use one of these methods:
1. Setup a Jupyter Notebook server and [install the Azure Machine Learning SDK](https://docs.microsoft.com/en-us/azure/machine-learning/service/quickstart-create-workspace-with-python).
1. Clone [this repository](https://aka.ms/aml-notebooks).
1. You may need to install other packages for specific notebooks
1. You may need to install other packages for specific notebook.
- For example, to run the Azure Machine Learning Data Prep notebooks, install the extra dataprep SDK:
```
pip install --upgrade azureml-dataprep
```
1. Start your notebook server.
1. Follow the instructions in the [00.configuration](00.configuration.ipynb) notebook to create and connect to a workspace.
1. Open one of the sample notebooks.

File diff suppressed because it is too large Load Diff