Skip to content

Commit

Permalink
add RAI blbooksgenre text classification example notebook (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Jun 20, 2023
1 parent cfd4596 commit 04dc20d
Show file tree
Hide file tree
Showing 7 changed files with 1,326 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# This code is autogenerated.
# Code is generated by running custom script: python3 readme.py
# Any manual changes to this file may cause incorrect behavior.
# Any manual changes will be overwritten if the code is regenerated.

name: sdk-responsible-ai-text-responsibleaidashboard-text-classification-blbooksgenre
# This file is created by sdk/python/readme.py.
# Please do not edit directly.
on:
workflow_dispatch:
schedule:
- cron: "12 9/12 * * *"
pull_request:
branches:
- main
paths:
- sdk/python/responsible-ai/text/**
- .github/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-classification-blbooksgenre.yml
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
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: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: pip install mlflow reqs
run: pip install -r sdk/python/mlflow-requirements.txt
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}';
bash bootstrap.sh
working-directory: infra/bootstrapping
continue-on-error: false
- name: setup SDK
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
bash setup.sh
working-directory: sdk/python
continue-on-error: true
- name: setup-cli
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
bash setup.sh
working-directory: cli
continue-on-error: true
- name: run responsible-ai/text/responsibleaidashboard-text-classification-blbooksgenre.ipynb
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json";
bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "responsibleaidashboard-text-classification-blbooksgenre.ipynb";
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
papermill -k python responsibleaidashboard-text-classification-blbooksgenre.ipynb responsibleaidashboard-text-classification-blbooksgenre.output.ipynb
working-directory: sdk/python/responsible-ai/text
- name: upload notebook's working folder as an artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: responsibleaidashboard-text-classification-blbooksgenre
path: sdk/python/responsible-ai/text
9 changes: 5 additions & 4 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@ Test Status is for branch - **_main_**
|responsible-ai|responsibleaidashboard-housing-classification-model-debugging|[responsibleaidashboard-housing-classification-model-debugging](responsible-ai/responsibleaidashboard-housing-classification-model-debugging/responsibleaidashboard-housing-classification-model-debugging.ipynb)|*no description*|[![responsibleaidashboard-housing-classification-model-debugging](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-responsibleaidashboard-housing-classification-model-debugging-responsibleaidashboard-housing-classification-model-debugging.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-responsibleaidashboard-housing-classification-model-debugging-responsibleaidashboard-housing-classification-model-debugging.yml)|
|responsible-ai|responsibleaidashboard-housing-decision-making|[responsibleaidashboard-housing-decision-making](responsible-ai/responsibleaidashboard-housing-decision-making/responsibleaidashboard-housing-decision-making.ipynb)|*no description*|[![responsibleaidashboard-housing-decision-making](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-responsibleaidashboard-housing-decision-making-responsibleaidashboard-housing-decision-making.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-responsibleaidashboard-housing-decision-making-responsibleaidashboard-housing-decision-making.yml)|
|responsible-ai|responsibleaidashboard-programmer-regression-model-debugging|[responsibleaidashboard-programmer-regression-model-debugging](responsible-ai/responsibleaidashboard-programmer-regression-model-debugging/responsibleaidashboard-programmer-regression-model-debugging.ipynb)|*no description*|[![responsibleaidashboard-programmer-regression-model-debugging](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-responsibleaidashboard-programmer-regression-model-debugging-responsibleaidashboard-programmer-regression-model-debugging.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-responsibleaidashboard-programmer-regression-model-debugging-responsibleaidashboard-programmer-regression-model-debugging.yml)|
|responsible-ai-vision|responsibleaidashboard-image-classification-fridge|[responsibleaidashboard-image-classification-fridge](responsible-ai/vision/responsibleaidashboard-image-classification-fridge.ipynb)|*no description*|[![responsibleaidashboard-image-classification-fridge](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-vision-responsibleaidashboard-image-classification-fridge.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-vision-responsibleaidashboard-image-classification-fridge.yml)|
|responsible-ai-vision|responsibleaidashboard-image-multilabel-classification-fridge|[responsibleaidashboard-image-multilabel-classification-fridge](responsible-ai/vision/responsibleaidashboard-image-multilabel-classification-fridge.ipynb)|*no description*|[![responsibleaidashboard-image-multilabel-classification-fridge](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-vision-responsibleaidashboard-image-multilabel-classification-fridge.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-vision-responsibleaidashboard-image-multilabel-classification-fridge.yml)|
|responsible-ai-text|responsibleaidashboard-text-classification-DBPedia|[responsibleaidashboard-text-classification-DBPedia](responsible-ai/text/responsibleaidashboard-text-classification-DBPedia.ipynb)|*no description*|[![responsibleaidashboard-text-classification-DBPedia](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-classification-DBPedia.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-classification-DBPedia.yml)|
|responsible-ai-text|responsibleaidashboard-text-multilabel-classification-covid-events|[responsibleaidashboard-text-multilabel-classification-covid-events](responsible-ai/text/responsibleaidashboard-text-multilabel-classification-covid-events.ipynb)|*no description*|[![responsibleaidashboard-text-multilabel-classification-covid-events](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-multilabel-classification-covid-events.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-multilabel-classification-covid-events.yml)|
|responsible-ai|text|[responsibleaidashboard-multilabel-text-classification-covid-events](responsible-ai/text/responsibleaidashboard-multilabel-text-classification-covid-events.ipynb)|*no description*|[![responsibleaidashboard-multilabel-text-classification-covid-events](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-multilabel-text-classification-covid-events.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-multilabel-text-classification-covid-events.yml)|
|responsible-ai|text|[responsibleaidashboard-text-classification-DBPedia](responsible-ai/text/responsibleaidashboard-text-classification-DBPedia.ipynb)|*no description*|[![responsibleaidashboard-text-classification-DBPedia](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-classification-DBPedia.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-classification-DBPedia.yml)|
|responsible-ai|text|[responsibleaidashboard-text-classification-blbooksgenre](responsible-ai/text/responsibleaidashboard-text-classification-blbooksgenre.ipynb)|*no description*|[![responsibleaidashboard-text-classification-blbooksgenre](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-classification-blbooksgenre.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-text-responsibleaidashboard-text-classification-blbooksgenre.yml)|
|responsible-ai|vision|[responsibleaidashboard-image-classification-fridge](responsible-ai/vision/responsibleaidashboard-image-classification-fridge.ipynb)|*no description*|[![responsibleaidashboard-image-classification-fridge](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-vision-responsibleaidashboard-image-classification-fridge.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-vision-responsibleaidashboard-image-classification-fridge.yml)|
|responsible-ai|vision|[responsibleaidashboard-image-multilabel-classification-fridge](responsible-ai/vision/responsibleaidashboard-image-multilabel-classification-fridge.ipynb)|*no description*|[![responsibleaidashboard-image-multilabel-classification-fridge](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-vision-responsibleaidashboard-image-multilabel-classification-fridge.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-responsible-ai-vision-responsibleaidashboard-image-multilabel-classification-fridge.yml)|
|schedules|job-schedule.ipynb|[job-schedule](schedules/job-schedule.ipynb)|Create a component asset|[![job-schedule](https://github.com/Azure/azureml-examples/actions/workflows/sdk-schedules-job-schedule.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-schedules-job-schedule.yml)|
|using-mlflow|deploy|[mlflow_sdk_online_endpoints](using-mlflow/deploy/mlflow_sdk_online_endpoints.ipynb)|*no description* - _This sample is excluded from automated tests_|[![mlflow_sdk_online_endpoints](https://github.com/Azure/azureml-examples/actions/workflows/sdk-using-mlflow-deploy-mlflow_sdk_online_endpoints.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-using-mlflow-deploy-mlflow_sdk_online_endpoints.yml)|
|using-mlflow|deploy|[mlflow_sdk_online_endpoints_progresive](using-mlflow/deploy/mlflow_sdk_online_endpoints_progresive.ipynb)|*no description* - _This sample is excluded from automated tests_|[![mlflow_sdk_online_endpoints_progresive](https://github.com/Azure/azureml-examples/actions/workflows/sdk-using-mlflow-deploy-mlflow_sdk_online_endpoints_progresive.yml/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/sdk-using-mlflow-deploy-mlflow_sdk_online_endpoints_progresive.yml)|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1052,9 +1052,9 @@
"metadata": {
"celltoolbar": "Raw Cell Format",
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python3"
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1048,9 +1048,9 @@
"metadata": {
"celltoolbar": "Raw Cell Format",
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python3"
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
Expand Down
Loading

0 comments on commit 04dc20d

Please sign in to comment.