-
Notifications
You must be signed in to change notification settings - Fork 435
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
Decouple MLflow Components #1549
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@stefannica, @safoinme |
2 similar comments
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
20 similar comments
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
@stefannica, @safoinme |
branch was too stale, we'll revisit if we come back to this |
Describe changes
This PR decouples the MLflow deployer and model registry from the experiment tracker so they can be used without any models having been logged beforehand.
Example
Implementation Details
mlflow_model_deployer_step
andmlflow_register_model_step
now log the model to MLflow in a new run if the model was not found; both steps were also heavily refactoredMLFlowStackComponentMixin
andMLFlowConfigMixin
classes were added which all three MLflow components now inherit fromPre-requisites
Please ensure you have done the following:
Types of changes