Model Lookup Table

Benedikt
Level 2
Model Lookup Table

Hey,

you can use the Python API "Interaction with saved models" to get metadata from saved models. This can be used for example to join the active model id to the fresh scored data. There are some more metadata that could be usefull but to keep the scored table clean, a look up table would be handy. Inside a Notebook you can create a lookup table for all project models with given id, name, etc. but when converting it into a recipe an input model is required.
Has someone an idea to work around this?

Best Regards 

0 Kudos
1 Reply
AlexandreL
Dataiker

Hi,

You can add ignore_flow=True in the constructor of the Model() class to ignore this requirement

Best regards,

0 Kudos