Skip to content

Commit 6528d40

Browse files
authored
Merge pull request #199540 from lgayhardt/patch-90
Adding limitations section
2 parents 1847055 + 9f59f6f commit 6528d40

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ The ` RAI Insights Dashboard Constructor` and `Gather RAI Insights Dashboard ` c
8787
8888
Below are specifications of the Responsible AI components and examples of code snippets in YAML and Python. To view the full code, see [sample YAML and Python notebook](https://aka.ms/RAIsamplesProgrammer)
8989
90+
### Limitations
91+
The current set of components have a number of limitations on their use:
92+
93+
- All models must be in registered in AzureML in MLFlow format with a sklearn flavor.
94+
- The models must be loadable in the component environment.
95+
- The models must be pickleable.
96+
- The models must be supplied to the RAI components using the 'Fetch Registered Model' component which we provide.
97+
- The dataset inputs must be `pandas` DataFrames in Parquet format.
98+
- A model must still be supplied even if only a causal analysis of the data is performed. The `DummyClassifier` and `DummyRegressor` estimators from SciKit-Learn can be used for this purpose.
99+
90100
### RAI Insights Dashboard Constructor
91101
92102
This component has three input ports:

0 commit comments

Comments
 (0)