Skip to content

Commit a2a5f0e

Browse files
committed
fixes
1 parent 4731613 commit a2a5f0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the following sections are specifications of the Responsible AI components an
4545
4646
### Limitations
4747

48-
The current set of components have a number of limitations on their use:
48+
The current set of components have many limitations on their use:
4949

5050
- All models must be registered in Azure Machine Learning in MLflow format with a sklearn (scikit-learn) flavor.
5151
- The models must be loadable in the component environment.
@@ -76,13 +76,13 @@ The constructor component also accepts the following parameters:
7676
| Parameter name | Description | Type |
7777
|---|---|---|
7878
| `title` | Brief description of the dashboard. | String |
79-
| `task_type` | Specifies whether the model is for classification, regression, or forecasting. | String, `classification`, `regression` or `forecasting` |
79+
| `task_type` | Specifies whether the model is for classification, regression, or forecasting. | String, `classification`, `regression`, or `forecasting` |
8080
| `target_column_name` | The name of the column in the input datasets, which the model is trying to predict. | String |
8181
| `maximum_rows_for_test_dataset` | The maximum number of rows allowed in the test dataset, for performance reasons. | Integer, defaults to 5,000 |
8282
| `categorical_column_names` | The columns in the datasets, which represent categorical data. | Optional list of strings<sup>1</sup> |
8383
| `classes` | The full list of class labels in the training dataset. | Optional list of strings<sup>1</sup> |
84-
| `feature_metadata`| Specifies additional information the dashboard may need depending on task type. For forecasting, this includes specifying which column is the `datetime` column and which column is the `time_series_id` column. For vision, this may include mean pixel value or location data of an image.| |
85-
| `use_model_dependency`| Specifies if the model requires a separate docker container to be served in due to conflicting dependencies with the RAI dashboard. For forecasting, this must be enabled. | Boolean |
84+
| `feature_metadata`| Specifies additional information the dashboard might need depending on task type. For forecasting, this includes specifying which column is the `datetime` column and which column is the `time_series_id` column. For vision, this might include mean pixel value or location data of an image.| |
85+
| `use_model_dependency`| Specifies if the model requires a separate docker container to be served in due to conflicting dependencies with the RAI dashboard. For forecasting, this must be enabled. Typically for other scenarios this isn't enabled. | Boolean |
8686

8787
<sup>1</sup> The lists should be supplied as a single JSON-encoded string for `categorical_column_names` and `classes` inputs.
8888

0 commit comments

Comments
 (0)