File tree Expand file tree Collapse file tree 5 files changed +23
-2
lines changed
Expand file tree Collapse file tree 5 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11"""
2+ Lawrence McDaniel
3+ https://lawrencemcdaniel.com
4+
25Get or create a compute cluster in Azure AI Studio.
6+ usage:
7+ python3 -m azure_ai.commands.compute_cluster cluster-name
38"""
49
510import json
Original file line number Diff line number Diff line change 11"""
2+ Lawrence McDaniel
3+ https://lawrencemcdaniel.com
4+
25Create a dataset from a local file.
3- ~/Desktop/gh/fswl/azureml-example/azure_ai/tests/data/maths.csv
6+ usage:
7+ python3 -m azure_ai.commands.dataset_from_file maths ~/Desktop/gh/fswl/azureml-example/azure_ai/tests/data/maths.csv
48"""
59
610import argparse
Original file line number Diff line number Diff line change 11"""
2+ Lawrence McDaniel
3+ https://lawrencemcdaniel.com
4+
25Create a dataset from Kaggle.
3- https://www.kaggle.com/datasets/heptapod/titanic
6+ usage:
7+ python3 -m azure_ai.commands.dataset_from_kaggle titanic heptapod/titanic
48"""
59
610import argparse
Original file line number Diff line number Diff line change 11"""
2+ Lawrence McDaniel
3+ https://lawrencemcdaniel.com
4+
25Get an existing workspace dataset from Azure AI Studio
6+ usage:
7+ python3 -m azure_ai.commands.workspace
38"""
49
510from azure_ai .ml_studio import AzureAIMLWorkspace
Original file line number Diff line number Diff line change 11"""
2+ Lawrence McDaniel
3+ https://lawrencemcdaniel.com
4+
25Basic Azure ML example showing how to connect to workspace and create experiments.
36"""
47
You can’t perform that action at this time.
0 commit comments