Skip to content

Commit cee299f

Browse files
committed
style: attribution
1 parent ba0cc28 commit cee299f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

azure_ai/ml_studio.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
Lawrence McDaniel
33
https://lawrencemcdaniel.com
44
5-
Basic Azure ML example showing how to connect to workspace and create experiments.
5+
Basic Azure ML example showing how to
6+
- Connect to Azure ML workspace
7+
- Create a dataset from a pandas DataFrame or Kaggle dataset
8+
- Create a compute cluster
9+
- Create a batch endpoint for model inference
10+
- Run an AutoML experiment
11+
- Register the best model from AutoML
12+
- Invoke batch inference job on the endpoint
13+
- Delete the dataset, compute cluster, and batch endpoint
614
"""
715

816
import glob

0 commit comments

Comments
 (0)