Skip to content

Commit 7033ccb

Browse files
Merge pull request #217770 from ynpandey/patch-8
Updated v1/how-to-monitor-datasets.md
2 parents bd4e809 + 1e3749d commit 7033ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/v1/how-to-monitor-datasets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Limitations and known issues for data drift monitors:
351351

352352
| Feature type | Data type | Condition | Limitations |
353353
| ------------ | --------- | --------- | ----------- |
354-
| Categorical | string, bool, int, float | The number of unique values in the feature is less than 100 and less than 5% of the number of rows. | Null is treated as its own category. |
354+
| Categorical | string | The number of unique values in the feature is less than 100 and less than 5% of the number of rows. | Null is treated as its own category. |
355355
| Numerical | int, float | The values in the feature are of a numerical data type and do not meet the condition for a categorical feature. | Feature dropped if >15% of values are null. |
356356

357357
* When you have created a data drift monitor but cannot see data on the **Dataset monitors** page in Azure Machine Learning studio, try the following.
@@ -383,4 +383,4 @@ Limitations and known issues for data drift monitors:
383383

384384
* Head to the [Azure Machine Learning studio](https://ml.azure.com) or the [Python notebook](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/work-with-data/datadrift-tutorial/datadrift-tutorial.ipynb) to set up a dataset monitor.
385385
* See how to set up data drift on [models deployed to Azure Kubernetes Service](how-to-enable-data-collection.md).
386-
* Set up dataset drift monitors with [Azure Event Grid](../how-to-use-event-grid.md).
386+
* Set up dataset drift monitors with [Azure Event Grid](../how-to-use-event-grid.md).

0 commit comments

Comments
 (0)