-
Notifications
You must be signed in to change notification settings - Fork 34
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
Use tagging & aliasing system for model retrieval from registry #553
Comments
Thank you very much for the issue (and all the other suggestions!), this is definitely something that I should implement! That said, I need more example of what you ant to achieve. indeed the |
Yeah, sure So the current workflow is the following
If that was a pure mlflow we'd have some if condition and load either So the desired behaviour is
|
Hi, are there any updates on this issue? Currently, I'm working on a project with kedro-mlflow, and I've encountered this issue in my use case too. |
I'll fix it in the next version. |
@AngelPedroza @mck-star-yar Can you try to install the development version of the PR ( my_model:
type: kedro_mlflow.io.models.MlflowModelRegistryDataset
model_name: my_awesome_model
alias: my_alias I've only added fetching from alias, because tagging support seems much more complex and I am not absolutely sure of the added value. I'll accept PR's for it though. |
Description
MLflow is now using a tag system instead of stages for the model registry.
MlflowModelRegistryDataset
needs to be updated to include alias support and tagging filtering.Context
Users of the plugin start using the newer version of MLflow with updated API and the library needs to support that
Possible Implementation
The text was updated successfully, but these errors were encountered: