KUAN-HSUN-LI commented on pull request #752: URL: https://github.com/apache/submarine/pull/752#issuecomment-927156420
@pingsutw @jeff-901 I am so sorry for changing the table name in the database again. I think the previous names are the best. I will explain it as follow: workflow of model registry: 1. save models in s3 bucket (unregistered model) 2. choose the best model and registry it (registered model, version 1) 3. train the model with different parameters or datasets and save models in s3 bucket (unregistered model) 4. Again, choose the best model and registry it (registered model, version 2) Summary: * The table is storing registered models so the name `registered_model` is more proper. * The version of the registered model with the same name will define a different version which will be stored in another table. It is also proper to name the table `model_version` We also need two tag tables. example:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
