Open jlewi opened 4 years ago
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
kind/bug | 0.63 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
It looks like we need to also look at the datasets and see if there is a model training in progress.
Need to verify that a new model is trained automatically and then deployed.
kubeflow/code-intelligence#184 opened a PR to update to the same model. It doesn't look like a new model got trained.
Our synchronous training pipeline is currently spawning multiple instances of training rather than the expected 1 model per hour.
The problem appears to be the code to decide whether to train a model only looks at whether there is a trained model. So I don't think we take into account whether a model is currently being trained. https://github.com/kubeflow/code-intelligence/blob/faeb65757214ac93259f417b81e9e2fedafaebda/Label_Microservice/go/cmd/automl/pkg/automl/automl.go#L101
My conjecture is the following happens
At this point