You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Add your **config.json** file to the cloned folder
26
21
1. You may need to install other packages for specific notebooks
27
22
1. Start your notebook server.
28
-
1. Open the notebook you want to run.
23
+
1. Follow the instructions in the [00.configuration](00.configuration.ipynb) notebook to create and connect to a workspace.
24
+
1. Open one of the sample notebooks.
29
25
30
26
> Note: **Looking for automated machine learning samples?**
31
27
> For your convenience, you can use an installation script instead of the steps below for the automated ML notebooks. Go to the [automl folder README](automl/README.md) and follow the instructions. The script installs all packages needed for notebooks in that folder.
Copy file name to clipboardExpand all lines: automl/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,16 @@ If you are new to Data Science, AutoML will help you get jumpstarted by simplify
17
17
If you are an experienced data scientist, AutoML will help increase your productivity by intelligently performing the model and hyperparameter selection for your training and generates high quality models much quicker than manually specifying several combinations of the parameters and running training jobs. AutoML provides visibility and access to all the training jobs and the performance characteristics of the models to help you further tune the pipeline if you desire.
18
18
19
19
<aname="jupyter"></a>
20
-
## Running samples in Azure Notebooks - Jupyter based notebooks in the Azure cloud
20
+
## Running samples in Azure Notebooks - Jupyter based notebooks in the Azure cloud
0 commit comments