Skip to content

Commit 192d060

Browse files
authored
Merge pull request #101567 from nibaccam/patch-4
Bug 571790 | Add troubleshooting guidance
2 parents 9061704 + 9ac50ee commit 192d060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ Limitations and known issues:
312312
* Limitation of 200 features, unless a feature list is not specified (all features used).
313313
* Compute size must be large enough to handle the data.
314314
* Ensure your dataset has data within the start and end date for a given monitor run.
315+
* Dataset monitors will only work on datasets that contain 50 rows or more.
315316

316317
Columns, or features, in the dataset are classified as categorical or numeric based on the conditions in the following table. If the feature does not meet these conditions - for instance, a column of type string with >100 unique values - the feature is dropped from our data drift algorithm, but is still profiled.
317318

@@ -324,4 +325,4 @@ Columns, or features, in the dataset are classified as categorical or numeric ba
324325

325326
* Head to the [Azure Machine Learning studio](https://ml.azure.com) or the [Python notebook](https://aka.ms/datadrift-notebook) to set up a dataset monitor.
326327
* See how to set up data drift on [models deployed to Azure Kubernetes Service](how-to-monitor-data-drift.md).
327-
* Set up dataset drift monitors with [event grid](how-to-use-event-grid.md).
328+
* Set up dataset drift monitors with [event grid](how-to-use-event-grid.md).

0 commit comments

Comments
 (0)