We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0cc28 commit cee299fCopy full SHA for cee299f
azure_ai/ml_studio.py
@@ -2,7 +2,15 @@
2
Lawrence McDaniel
3
https://lawrencemcdaniel.com
4
5
-Basic Azure ML example showing how to connect to workspace and create experiments.
+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
14
"""
15
16
import glob
0 commit comments