-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Model Monitoring] Add rebuild_images
param to enable_model_monitoring()
#5746
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the last comment, other than that it looks good
mlrun/projects/project.py
Outdated
@@ -2116,6 +2116,7 @@ def enable_model_monitoring( | |||
*, | |||
deploy_histogram_data_drift_app: bool = True, | |||
wait_for_deployment: bool = False, | |||
overwrite: bool = False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the overwrite argument also to the deploy_histogram_data_drift_app
function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think ׳e can add it in different pr, not sure we want to add this option to the user.
overwrite
param to enable_model_monitoring()
rebuild_images
param to enable_model_monitoring()
Co-authored-by: Assaf Ben-Amitai <Assaf_Ben_Amitai@mckinsey.com>
Co-authored-by: Assaf Ben-Amitai <Assaf_Ben_Amitai@mckinsey.com>
Co-authored-by: Assaf Ben-Amitai <Assaf_Ben_Amitai@mckinsey.com>
https://iguazio.atlassian.net/browse/ML-6580