Skip to content

Commit

Permalink
Merge branch 'main' into ayushmishra/batch-score-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
novaturient95 authored Sep 19, 2024
2 parents da27c6c + 3b69227 commit ab1e290
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions assets/responsibleai/tabular/components/causal/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json
name: microsoft_azureml_rai_tabular_causal
display_name: Add Causal to RAI Insights Dashboard
description: Add Causal to RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents)
version: 0.16.0
version: 0.17.0
type: command

inputs:
Expand Down Expand Up @@ -58,7 +58,7 @@ outputs:

code: ../src/

environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/5
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6

command: >-
python create_causal.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json
name: microsoft_azureml_rai_tabular_counterfactual
display_name: Add Counterfactuals to RAI Insights Dashboard
description: Add Counterfactuals to RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents)
version: 0.16.0
version: 0.17.0
type: command

inputs:
Expand Down Expand Up @@ -38,7 +38,7 @@ outputs:

code: ../src/

environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/5
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6

command: >-
python create_counterfactual.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json
name: microsoft_azureml_rai_tabular_erroranalysis
display_name: Add Error Analysis to RAI Insights Dashboard
description: Add Error Analysis to RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents)
version: 0.16.0
version: 0.17.0
type: command

inputs:
Expand All @@ -27,7 +27,7 @@ outputs:

code: ../src/

environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/5
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6

command: >-
python create_error_analysis.py
Expand Down
4 changes: 2 additions & 2 deletions assets/responsibleai/tabular/components/explanation/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json
name: microsoft_azureml_rai_tabular_explanation
display_name: Add Explanation to RAI Insights Dashboard
description: Add Explanation to RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents)
version: 0.16.0
version: 0.17.0
type: command

inputs:
Expand All @@ -17,7 +17,7 @@ outputs:

code: ../src/

environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/5
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6

command: >-
python create_explanation.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json
name: microsoft_azureml_rai_tabular_insight_constructor
display_name: RAI Insights Dashboard Constructor
description: RAI Insights Dashboard Constructor [Learn More](https://aka.ms/RAIComponents)
version: 0.16.0
version: 0.17.0
type: command
inputs:
title:
Expand Down Expand Up @@ -44,7 +44,7 @@ outputs:
rai_insights_dashboard:
type: path
code: ../src/
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/5
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6
command: >-
python create_rai_insights.py
--title '${{inputs.title}}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json
name: microsoft_azureml_rai_tabular_insight_gather
display_name: Gather RAI Insights Dashboard
description: Gather RAI Insights Dashboard [Learn More](https://aka.ms/RAIComponents)
version: 0.16.0
version: 0.17.0
type: command

inputs:
Expand All @@ -27,7 +27,7 @@ outputs:
ux_json:
type: path

environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/5
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6

code: ../src/

Expand Down
4 changes: 2 additions & 2 deletions assets/responsibleai/tabular/components/score_card/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/CommandComponent.json
name: microsoft_azureml_rai_tabular_score_card
display_name: Generate rai insight score card (Public preview)
description: Generate rai insight score card [Learn More](https://aka.ms/RAIComponents)
version: 0.16.0
version: 0.17.0
type: command

inputs:
Expand All @@ -17,7 +17,7 @@ outputs:
scorecard:
type: path

environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/5
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6

code: ../src/

Expand Down
2 changes: 1 addition & 1 deletion assets/responsibleai/tabular/jobs/train_boston.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ outputs:
type: path

code: ./src_boston/
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/5
environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/6
command: >-
python train.py
--training_data ${{inputs.training_data}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: http://azureml/sdk-2-0/CommandComponent.json
name: rai_text_insights
display_name: RAI Text Insights
version: 0.0.18
version: 0.0.19
tags:
Preview: ""
type: command
Expand Down Expand Up @@ -69,7 +69,7 @@ outputs:
type: path
description: Json file to which UX is serialized to for viewing in static AzureML Studio UI
code: ../src
environment: azureml://registries/azureml/environments/responsibleai-text/versions/5
environment: azureml://registries/azureml/environments/responsibleai-text/versions/6
command: >-
python ./rai_text_insights.py
--task_type ${{inputs.task_type}}
Expand Down
4 changes: 2 additions & 2 deletions assets/responsibleai/text/jobs/fetch_dbpedia_model.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: http://azureml/sdk-2-0/CommandComponent.json
name: fetch_dbpedia_for_rai
display_name: Fetch model trained on DBPedia Dataset and register model for RAI
version: 0.0.7
version: 0.0.8
type: command
inputs:
model_base_name:
Expand All @@ -16,7 +16,7 @@ outputs:
model_output_path:
type: path
code: ./src_dbpedia/
environment: azureml://registries/azureml/environments/responsibleai-text/versions/2
environment: azureml://registries/azureml/environments/responsibleai-text/versions/6
command: >-
python fetch_text_model.py
--model_base_name ${{inputs.model_base_name}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: http://azureml/sdk-2-0/CommandComponent.json
name: rai_vision_insights
display_name: RAI Vision Insights
version: 0.0.18
version: 0.0.19
tags:
Preview: ""
type: command
Expand Down Expand Up @@ -116,7 +116,7 @@ outputs:
type: path
description: Json file to which UX is serialized to for viewing in static AzureML Studio UI
code: ../src
environment: azureml://registries/azureml/environments/responsibleai-vision/versions/1
environment: azureml://registries/azureml/environments/responsibleai-vision/versions/6
command: >-
python ./rai_vision_insights.py
--task_type ${{inputs.task_type}}
Expand Down
2 changes: 1 addition & 1 deletion assets/responsibleai/vision/jobs/fetch_fridge_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
model_output_path:
type: path
code: ./src_fridge/
environment: azureml://registries/azureml/environments/responsibleai-vision/versions/1
environment: azureml://registries/azureml/environments/responsibleai-vision/versions/6
command: >-
python ./fetch_image_model.py
--model_base_name ${{inputs.model_base_name}}
Expand Down

0 comments on commit ab1e290

Please sign in to comment.