Skip to content

Commit

Permalink
move RAI tabular notebooks to tabular folder (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Aug 30, 2023
1 parent 95eb77f commit e5f7b24
Show file tree
Hide file tree
Showing 33 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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-responsibleaidashboard-diabetes-decision-making-responsibleaidashboard-diabetes-decision-making
name: sdk-responsible-ai-tabular-responsibleaidashboard-diabetes-decision-making-responsibleaidashboard-diabetes-decision-making
# This file is created by sdk/python/readme.py.
# Please do not edit directly.
on:
Expand All @@ -14,8 +14,8 @@ on:
branches:
- main
paths:
- sdk/python/responsible-ai/responsibleaidashboard-diabetes-decision-making/**
- .github/workflows/sdk-responsible-ai-responsibleaidashboard-diabetes-decision-making-responsibleaidashboard-diabetes-decision-making.yml
- sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-decision-making/**
- .github/workflows/sdk-responsible-ai-tabular-responsibleaidashboard-diabetes-decision-making-responsibleaidashboard-diabetes-decision-making.yml
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
Expand Down Expand Up @@ -60,18 +60,18 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: run responsible-ai/responsibleaidashboard-diabetes-decision-making/responsibleaidashboard-diabetes-decision-making.ipynb
- name: run responsible-ai/tabular/responsibleaidashboard-diabetes-decision-making/responsibleaidashboard-diabetes-decision-making.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-diabetes-decision-making.ipynb";
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
papermill -k python responsibleaidashboard-diabetes-decision-making.ipynb responsibleaidashboard-diabetes-decision-making.output.ipynb
working-directory: sdk/python/responsible-ai/responsibleaidashboard-diabetes-decision-making
working-directory: sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-decision-making
- name: upload notebook's working folder as an artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: responsibleaidashboard-diabetes-decision-making
path: sdk/python/responsible-ai/responsibleaidashboard-diabetes-decision-making
path: sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-decision-making
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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-responsibleaidashboard-diabetes-regression-model-debugging-responsibleaidashboard-diabetes-regression-model-debugging
name: sdk-responsible-ai-tabular-responsibleaidashboard-diabetes-regression-model-debugging-responsibleaidashboard-diabetes-regression-model-debugging
# This file is created by sdk/python/readme.py.
# Please do not edit directly.
on:
Expand All @@ -14,8 +14,8 @@ on:
branches:
- main
paths:
- sdk/python/responsible-ai/responsibleaidashboard-diabetes-regression-model-debugging/**
- .github/workflows/sdk-responsible-ai-responsibleaidashboard-diabetes-regression-model-debugging-responsibleaidashboard-diabetes-regression-model-debugging.yml
- sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-regression-model-debugging/**
- .github/workflows/sdk-responsible-ai-tabular-responsibleaidashboard-diabetes-regression-model-debugging-responsibleaidashboard-diabetes-regression-model-debugging.yml
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
Expand Down Expand Up @@ -60,18 +60,18 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: run responsible-ai/responsibleaidashboard-diabetes-regression-model-debugging/responsibleaidashboard-diabetes-regression-model-debugging.ipynb
- name: run responsible-ai/tabular/responsibleaidashboard-diabetes-regression-model-debugging/responsibleaidashboard-diabetes-regression-model-debugging.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-diabetes-regression-model-debugging.ipynb";
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
papermill -k python responsibleaidashboard-diabetes-regression-model-debugging.ipynb responsibleaidashboard-diabetes-regression-model-debugging.output.ipynb
working-directory: sdk/python/responsible-ai/responsibleaidashboard-diabetes-regression-model-debugging
working-directory: sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-regression-model-debugging
- name: upload notebook's working folder as an artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: responsibleaidashboard-diabetes-regression-model-debugging
path: sdk/python/responsible-ai/responsibleaidashboard-diabetes-regression-model-debugging
path: sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-regression-model-debugging
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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-responsibleaidashboard-housing-classification-model-debugging-responsibleaidashboard-housing-classification-model-debugging
name: sdk-responsible-ai-tabular-responsibleaidashboard-housing-classification-model-debugging-responsibleaidashboard-housing-classification-model-debugging
# This file is created by sdk/python/readme.py.
# Please do not edit directly.
on:
Expand All @@ -14,8 +14,8 @@ on:
branches:
- main
paths:
- sdk/python/responsible-ai/responsibleaidashboard-housing-classification-model-debugging/**
- .github/workflows/sdk-responsible-ai-responsibleaidashboard-housing-classification-model-debugging-responsibleaidashboard-housing-classification-model-debugging.yml
- sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-classification-model-debugging/**
- .github/workflows/sdk-responsible-ai-tabular-responsibleaidashboard-housing-classification-model-debugging-responsibleaidashboard-housing-classification-model-debugging.yml
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
Expand Down Expand Up @@ -60,18 +60,18 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: run responsible-ai/responsibleaidashboard-housing-classification-model-debugging/responsibleaidashboard-housing-classification-model-debugging.ipynb
- name: run responsible-ai/tabular/responsibleaidashboard-housing-classification-model-debugging/responsibleaidashboard-housing-classification-model-debugging.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-housing-classification-model-debugging.ipynb";
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
papermill -k python responsibleaidashboard-housing-classification-model-debugging.ipynb responsibleaidashboard-housing-classification-model-debugging.output.ipynb
working-directory: sdk/python/responsible-ai/responsibleaidashboard-housing-classification-model-debugging
working-directory: sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-classification-model-debugging
- name: upload notebook's working folder as an artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: responsibleaidashboard-housing-classification-model-debugging
path: sdk/python/responsible-ai/responsibleaidashboard-housing-classification-model-debugging
path: sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-classification-model-debugging
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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-responsibleaidashboard-housing-decision-making-responsibleaidashboard-housing-decision-making
name: sdk-responsible-ai-tabular-responsibleaidashboard-housing-decision-making-responsibleaidashboard-housing-decision-making
# This file is created by sdk/python/readme.py.
# Please do not edit directly.
on:
Expand All @@ -14,8 +14,8 @@ on:
branches:
- main
paths:
- sdk/python/responsible-ai/responsibleaidashboard-housing-decision-making/**
- .github/workflows/sdk-responsible-ai-responsibleaidashboard-housing-decision-making-responsibleaidashboard-housing-decision-making.yml
- sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-decision-making/**
- .github/workflows/sdk-responsible-ai-tabular-responsibleaidashboard-housing-decision-making-responsibleaidashboard-housing-decision-making.yml
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
Expand Down Expand Up @@ -60,18 +60,18 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: run responsible-ai/responsibleaidashboard-housing-decision-making/responsibleaidashboard-housing-decision-making.ipynb
- name: run responsible-ai/tabular/responsibleaidashboard-housing-decision-making/responsibleaidashboard-housing-decision-making.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-housing-decision-making.ipynb";
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
papermill -k python responsibleaidashboard-housing-decision-making.ipynb responsibleaidashboard-housing-decision-making.output.ipynb
working-directory: sdk/python/responsible-ai/responsibleaidashboard-housing-decision-making
working-directory: sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-decision-making
- name: upload notebook's working folder as an artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: responsibleaidashboard-housing-decision-making
path: sdk/python/responsible-ai/responsibleaidashboard-housing-decision-making
path: sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-decision-making
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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-responsibleaidashboard-programmer-regression-model-debugging-responsibleaidashboard-programmer-regression-model-debugging
name: sdk-responsible-ai-tabular-responsibleaidashboard-programmer-regression-model-debugging-responsibleaidashboard-programmer-regression-model-debugging
# This file is created by sdk/python/readme.py.
# Please do not edit directly.
on:
Expand All @@ -14,8 +14,8 @@ on:
branches:
- main
paths:
- sdk/python/responsible-ai/responsibleaidashboard-programmer-regression-model-debugging/**
- .github/workflows/sdk-responsible-ai-responsibleaidashboard-programmer-regression-model-debugging-responsibleaidashboard-programmer-regression-model-debugging.yml
- sdk/python/responsible-ai/tabular/responsibleaidashboard-programmer-regression-model-debugging/**
- .github/workflows/sdk-responsible-ai-tabular-responsibleaidashboard-programmer-regression-model-debugging-responsibleaidashboard-programmer-regression-model-debugging.yml
- sdk/python/dev-requirements.txt
- infra/bootstrapping/**
- sdk/python/setup.sh
Expand Down Expand Up @@ -60,18 +60,18 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: run responsible-ai/responsibleaidashboard-programmer-regression-model-debugging/responsibleaidashboard-programmer-regression-model-debugging.ipynb
- name: run responsible-ai/tabular/responsibleaidashboard-programmer-regression-model-debugging/responsibleaidashboard-programmer-regression-model-debugging.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-programmer-regression-model-debugging.ipynb";
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
papermill -k python responsibleaidashboard-programmer-regression-model-debugging.ipynb responsibleaidashboard-programmer-regression-model-debugging.output.ipynb
working-directory: sdk/python/responsible-ai/responsibleaidashboard-programmer-regression-model-debugging
working-directory: sdk/python/responsible-ai/tabular/responsibleaidashboard-programmer-regression-model-debugging
- name: upload notebook's working folder as an artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: responsibleaidashboard-programmer-regression-model-debugging
path: sdk/python/responsible-ai/responsibleaidashboard-programmer-regression-model-debugging
path: sdk/python/responsible-ai/tabular/responsibleaidashboard-programmer-regression-model-debugging
Loading

0 comments on commit e5f7b24

Please sign in to comment.