Skip to content

Commit ba0cc28

Browse files
committed
style: attribution
1 parent 0706594 commit ba0cc28

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

azure_ai/commands/compute_cluster.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
"""
2+
Lawrence McDaniel
3+
https://lawrencemcdaniel.com
4+
25
Get or create a compute cluster in Azure AI Studio.
6+
usage:
7+
python3 -m azure_ai.commands.compute_cluster cluster-name
38
"""
49

510
import json

azure_ai/commands/dataset_from_file.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
"""
2+
Lawrence McDaniel
3+
https://lawrencemcdaniel.com
4+
25
Create 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

610
import argparse

azure_ai/commands/dataset_from_kaggle.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
"""
2+
Lawrence McDaniel
3+
https://lawrencemcdaniel.com
4+
25
Create 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

610
import argparse

azure_ai/commands/workspace.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
"""
2+
Lawrence McDaniel
3+
https://lawrencemcdaniel.com
4+
25
Get an existing workspace dataset from Azure AI Studio
6+
usage:
7+
python3 -m azure_ai.commands.workspace
38
"""
49

510
from azure_ai.ml_studio import AzureAIMLWorkspace

azure_ai/ml_studio.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
"""
2+
Lawrence McDaniel
3+
https://lawrencemcdaniel.com
4+
25
Basic Azure ML example showing how to connect to workspace and create experiments.
36
"""
47

0 commit comments

Comments
 (0)