Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update job.yml #2707

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
28305ca
Update job.yml
vijetajo Oct 4, 2023
1e7a6b2
Update job.yml
vijetajo Oct 4, 2023
d6997d8
Update job.yml
vijetajo Oct 4, 2023
243fe54
Update job-sweep.yml
vijetajo Oct 4, 2023
acf9acf
Update job-docker-context.yml
vijetajo Oct 4, 2023
0b45ba1
Update job.yml
vijetajo Oct 4, 2023
dedcc01
Update job.yml
vijetajo Oct 4, 2023
be90781
Update cli-automl-classification-task-bankmarketing.yml
vijetajo Oct 7, 2023
148c398
Update automl-classification-task-bankmarketing.ipynb
vijetajo Oct 7, 2023
ccf31dd
Update cli-automl-forecasting-task-bike-share.yml
vijetajo Oct 7, 2023
b3aa581
Update automl-forecasting-distributed-tcn.ipynb
vijetajo Oct 23, 2023
2120d67
Update automl-forecasting-distributed-tcn.ipynb
vijetajo Oct 23, 2023
b9b55c2
Create emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 29, 2023
9051acd
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 29, 2023
c6b5d1e
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 29, 2023
9a3a079
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 29, 2023
5a9c2ce
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 29, 2023
4559ca7
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 29, 2023
38da0a2
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 29, 2023
7c67a05
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 30, 2023
c9c450d
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 30, 2023
de8a845
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 30, 2023
70a0ec7
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 30, 2023
c1f97ac
Merge branch 'main' into vijetajo-patch-2
vijetajo Oct 31, 2023
d59a806
Update automl-forecasting-distributed-tcn.ipynb
vijetajo Oct 31, 2023
ee644e8
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 31, 2023
69e038c
Update emotion-detection-llama-serverless-compute.ipynb
vijetajo Oct 31, 2023
c821260
Update automl-forecasting-distributed-tcn.ipynb
vijetajo Oct 31, 2023
1f05dbb
Update automl-forecasting-distributed-tcn.ipynb
vijetajo Oct 31, 2023
cd3dc32
Update automl-forecasting-distributed-tcn.ipynb
vijetajo Nov 1, 2023
51de816
Update automl-forecasting-distributed-tcn.ipynb
vijetajo Nov 1, 2023
c658929
Delete sdk/python/jobs/automl-standalone-jobs/automl-forecasting-dist…
vijetajo Nov 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ experiment_name: dpv2-cli-automl-classifier-experiment
# name: dpv2-cli-classifier-train-job-advanced-01
description: A Classification job using bank marketing

compute: azureml:cpu-cluster

task: classification
log_verbosity: debug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: automl
experiment_name: dpv2-cli-automl-forecasting-bike-share
# name: dpv2-sdk-forecasting-train-job-01
description: A Time-Series Forecasting job using bike share dataset
compute: azureml:cpu-cluster
task: forecasting
primary_metric: normalized_root_mean_squared_error
log_verbosity: debug
Expand Down
1 change: 0 additions & 1 deletion cli/jobs/single-step/lightgbm/iris/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ inputs:
type: uri_file
path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv
environment: azureml:AzureML-lightgbm-3.2-ubuntu18.04-py37-cpu@latest
compute: azureml:cpu-cluster
display_name: lightgbm-iris-example
experiment_name: lightgbm-iris-example
description: Train a LightGBM model on the Iris dataset.
1 change: 0 additions & 1 deletion cli/jobs/single-step/pytorch/iris/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ inputs:
epochs: 10
lr: 0.1
environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu@latest
compute: azureml:cpu-cluster
display_name: pytorch-iris-example
experiment_name: pytorch-iris-example
description: Train a neural network with PyTorch on the Iris dataset.
1 change: 0 additions & 1 deletion cli/jobs/single-step/scikit-learn/diabetes/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ inputs:
type: uri_file
path: https://azuremlexamples.blob.core.windows.net/datasets/diabetes.csv
environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu@latest
compute: azureml:cpu-cluster
display_name: sklearn-diabetes-example
experiment_name: sklearn-diabetes-example
description: Train a scikit-learn LinearRegression model on the Diabetes dataset.
1 change: 0 additions & 1 deletion cli/jobs/single-step/scikit-learn/iris-notebook/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ command: >-
environment:
build:
path: docker-context
compute: azureml:cpu-cluster
display_name: sklearn-iris-notebook-example
experiment_name: sklearn-iris-notebook-example
description: Train a scikit-learn SVM on the Iris dataset using a custom Docker container build with a notebook via papermill.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ inputs:
environment:
build:
path: docker-context
compute: azureml:cpu-cluster
display_name: sklearn-iris-example
experiment_name: sklearn-iris-example
description: Train a scikit-learn SVM on the Iris dataset using a custom Docker container build.
1 change: 0 additions & 1 deletion cli/jobs/single-step/scikit-learn/iris/job-sweep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ inputs:
iris_csv:
type: uri_file
path: wasbs://[email protected]/iris.csv
compute: azureml:cpu-cluster
sampling_algorithm: random
search_space:
C:
Expand Down
1 change: 0 additions & 1 deletion cli/jobs/single-step/scikit-learn/iris/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ inputs:
kernel: "rbf"
coef0: 0.1
environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu@latest
compute: azureml:cpu-cluster
display_name: sklearn-iris-example
experiment_name: sklearn-iris-example
description: Train a scikit-learn SVM on the Iris dataset.
Loading
Loading