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
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,8 @@ 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 enable/disable alerts for each signal by setting `alert_enabled` property while using SDK or CLI.
211
+
210
212
You can use Azure CLI, the Python SDK, or the studio for advanced setup of model monitoring.
0 commit comments