Multiple model usng the Register Github action
Hi Team,
We want to know whether we can register multiple model using the register action. If yes, then how to add it in a model.pkl file.
Are you asking how you can pass multiple models names as input to this GH Action (model_file_name parameter)?
You could this solution to save multiple models in the pkl file and then save it in the workspace: https://stackoverflow.com/questions/15463387/pickle-putting-more-than-1-object-in-a-file
@ma185360 Do you have any feedback? If not, I will close this issue.
@ma185360 @an185144 A solution to your question is described in the docs:

This should solve your issue.
@ma185360 @an185144 Does this solve your issue? Can we close the Issue?