You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-monitor-model-performance.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ To enable feature importance with any of your signals (such as data drift or dat
207
207
208
208
After enabling feature importance, you'll see a feature importance for each feature you're monitoring in the Azure Machine Learning model monitoring studio UI.
209
209
210
-
You can use Azure CLI, the Python SDK, or the studio for advanced setup of model monitoring.
210
+
You can use Azure CLI, the Python SDK, or the studio for advanced setup of model monitoring. You can enable/disable alerts for each signal by setting alert_enabled property while using SDK or CLI.
0 commit comments