-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove v1 samples from repository" (#2577)
* Revert "Remove v1 samples from repository (#2559)" This reverts commit 81175f6. * Increase size limit to allow revert
- Loading branch information
1 parent
1da4787
commit 96241c3
Showing
415 changed files
with
531,847 additions
and
1 deletion.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
...ation-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-classification-bmarketing-all", | ||
"minimum_median_score": "0.7", | ||
"metric_name": "AUC_weighted" | ||
} | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...th-azureml/classification-credit-card-fraud/auto-ml-classification-credit-card-fraud.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning stderr" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-classification-ccard-remote", | ||
"minimum_median_score": "0.6", | ||
"metric_name": "average_precision_score_weighted" | ||
} | ||
} | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
...utorials/automl-with-azureml/classification-text-dnn/auto-ml-classification-text-dnn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning stderr" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-classification-text-dnn", | ||
"minimum_median_score": "0.3", | ||
"metric_name": "accuracy" | ||
} | ||
}, | ||
{ | ||
"name": "check cell output", | ||
"params": { | ||
"cell_source": [ "text_transformations_used = []\n", | ||
"for column_group in fitted_model.named_steps['datatransformer'].get_featurization_summary():\n" , | ||
" text_transformations_used.extend(column_group['Transformations'])\n" , | ||
"text_transformations_used" | ||
], | ||
"cell_output_substring": "PretrainedTextDNNTransformer" | ||
} | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
...dk/tutorials/automl-with-azureml/continuous-retraining/auto-ml-continuous-retraining.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning" | ||
} | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
.../tutorials/automl-with-azureml/forecasting-bike-share/auto-ml-forecasting-bike-share.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-bikeshareforecasting", | ||
"minimum_median_score": "0.01", | ||
"maximum_median_score": "0.3", | ||
"metric_name": "normalized_root_mean_squared_error", | ||
"absolute_minimum_score": "0.0", | ||
"absolute_maximum_score": "1.0" | ||
} | ||
} | ||
] | ||
} | ||
|
22 changes: 22 additions & 0 deletions
22
...ials/automl-with-azureml/forecasting-energy-demand/auto-ml-forecasting-energy-demand.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning stderr" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-forecasting-energydemand", | ||
"expected_run_count": "2", | ||
"minimum_median_score": "0.01", | ||
"maximum_median_score": "0.2", | ||
"metric_name": "normalized_root_mean_squared_error", | ||
"absolute_minimum_score": "0.0", | ||
"absolute_maximum_score": "1.0" | ||
} | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...rials/automl-with-azureml/forecasting-forecast-function/auto-ml-forecasting-function.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning stderr" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-forecast-function-demo", | ||
"expected_run_count": "1", | ||
"minimum_median_score": "0.00", | ||
"maximum_median_score": "0.50", | ||
"metric_name": "normalized_root_mean_squared_error", | ||
"absolute_minimum_score": "0.0", | ||
"absolute_maximum_score": "1.0" | ||
} | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
...reml/forecasting-hierarchical-timeseries/auto-ml-forecasting-hierarchical-timeseries.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning" | ||
} | ||
}, | ||
{ | ||
"name": "check timeseries", | ||
"params": { | ||
"experiment_name": "automl-hts" | ||
} | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...l-with-azureml/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning stderr" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-ojforecasting", | ||
"minimum_median_score": "0.01", | ||
"maximum_median_score": "0.3", | ||
"metric_name": "normalized_root_mean_squared_error", | ||
"absolute_minimum_score": "0.0", | ||
"absolute_maximum_score": "1.0" | ||
} | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
...dk/tutorials/automl-with-azureml/forecasting-pipelines/auto-ml-forecasting-pipelines.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "stderr" | ||
} | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
...casting-recipes-univariate/auto-ml-forecasting-univariate-recipe-experiment-settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning" | ||
} | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
.../forecasting-recipes-univariate/auto-ml-forecasting-univariate-recipe-run-experiment.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning stderr" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "alcohol_diff-True_lags-None_STL-None", | ||
"minimum_median_score": "0.1", | ||
"maximum_median_score": "0.45", | ||
"metric_name": "normalized_root_mean_squared_error", | ||
"absolute_minimum_score": "0.0", | ||
"absolute_maximum_score": "1.0" | ||
} | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
...-run-classification-credit-card-fraud/auto-ml-classification-credit-card-fraud-local.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning stderr" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-classification-ccard-local", | ||
"minimum_median_score": "0.6", | ||
"metric_name": "average_precision_score_weighted", | ||
"check_explanation_best_run": "True", | ||
"is_local_run": "True" | ||
} | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
.github/test/v1/python-sdk/tutorials/automl-with-azureml/regression/auto-ml-regression.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"validations": [ | ||
{ | ||
"name": "check notebook output", | ||
"params": { | ||
"check": "warning stderr" | ||
} | ||
}, | ||
{ | ||
"name": "check experiment result", | ||
"params": { | ||
"experiment_name": "automl-regression", | ||
"minimum_median_score": "0.45", | ||
"metric_name": "r2_score", | ||
"absolute_minimum_score": "-1.0" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: notebooks-basics | ||
on: | ||
schedule: | ||
- cron: "0 */8 * * *" | ||
pull_request: | ||
branches: | ||
- main | ||
paths: | ||
- v1/notebooks/basics/** | ||
- .github/workflows/notebooks-basics.yml | ||
- v1/notebooks/dev-requirements.txt | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: check out repo | ||
uses: actions/checkout@v2 | ||
- name: setup python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: "3.8" | ||
- name: Run Install packages | ||
run: | | ||
chmod +x ./v1/scripts/install-packages.sh | ||
./v1/scripts/install-packages.sh | ||
shell: bash | ||
- name: pip install notebook reqs | ||
run: pip install -r v1/notebooks/dev-requirements.txt | ||
- name: azure login | ||
uses: azure/login@v1 | ||
with: | ||
creds: ${{secrets.AZ_CREDS}} | ||
- name: Run update-azure-extensions | ||
run: | | ||
chmod +x ./v1/scripts/update-azure-extensions.sh | ||
./v1/scripts/update-azure-extensions.sh | ||
shell: bash | ||
- name: attach to workspace | ||
run: az ml folder attach -w main-python-sdk -g azureml-examples | ||
- name: run 1.train-lightgbm-local.ipynb | ||
run: papermill 1.train-lightgbm-local.ipynb - -k python | ||
working-directory: v1/notebooks/basics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: notebooks-cloud-data | ||
on: | ||
schedule: | ||
- cron: "0 */8 * * *" | ||
pull_request: | ||
branches: | ||
- main | ||
paths: | ||
- v1/notebooks/cloud-data/** | ||
- .github/workflows/notebooks-cloud-data.yml | ||
- v1/notebooks/dev-requirements.txt | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
notebook: ['blob-adls-numpy.ipynb', 'blob-adls-pandas.ipynb'] | ||
steps: | ||
- name: check out repo | ||
uses: actions/checkout@v2 | ||
- name: setup python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: "3.8" | ||
- name: Run Install packages | ||
run: | | ||
chmod +x ./v1/scripts/install-packages.sh | ||
./v1/scripts/install-packages.sh | ||
shell: bash | ||
- name: pip install notebook reqs | ||
run: pip install -r v1/notebooks/dev-requirements.txt | ||
- name: azure login | ||
uses: azure/login@v1 | ||
with: | ||
creds: ${{secrets.AZ_CREDS}} | ||
- name: Run update-azure-extensions | ||
run: | | ||
chmod +x ./v1/scripts/update-azure-extensions.sh | ||
./v1/scripts/update-azure-extensions.sh | ||
shell: bash | ||
- name: attach to workspace | ||
run: az ml folder attach -w main-python-sdk -g azureml-examples | ||
- name: run ${{matrix.notebook}} | ||
run: papermill ${{matrix.notebook}} - -k python | ||
working-directory: v1/notebooks/cloud-data |
Oops, something went wrong.