Skip to content

Commit f1b66fd

Browse files
authored
Merge pull request #96724 from changeworld/patch-2
Fix typo
2 parents 6e1b211 + ef60871 commit f1b66fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-responsible-ai-dashboard-sdk-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ This component has a single output port, which can be connected to one of the `i
248248
    component: azureml:rai_insights_causal:1
249249
    inputs:
250250
      rai_insights_dashboard: ${{parent.jobs.create_rai_job.outputs.rai_insights_dashboard}}
251-
      treatment_features: `["Number of github repos contributed to", "YOE"]'
251+
      treatment_features: `["Number of GitHub repos contributed to", "YOE"]'
252252
```
253253
254254
# [Python](#tab/python)
@@ -261,7 +261,7 @@ This component has a single output port, which can be connected to one of the `i
261261
#Use it inside a pipeline definition:
262262
            causal_job = rai_causal_component(
263263
                rai_insights_dashboard=construct_job.outputs.rai_insights_dashboard,
264-
                treatment_features='`["Number of github repos contributed to", "YOE"]',
264+
                treatment_features='`["Number of GitHub repos contributed to", "YOE"]',
265265
            )
266266
```
267267

0 commit comments

Comments
 (0)