Skip to content
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

Fix error Cannot find Builder for algo url name quantiles #8024

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 1 comment
Closed

Fix error Cannot find Builder for algo url name quantiles #8024

exalate-issue-sync bot opened this issue May 11, 2023 · 1 comment
Assignees

Comments

@exalate-issue-sync
Copy link

Quantiles model is created internally during the training of some other models, but it is not recognized as a regular model and does not have model builder.

When training several models in parallel, and in between calling ModelsHandler.list(), we can hit the situation where the list of models contains the quantiles which leads to the error.

This error was observed by OSS user when using Sparkling Water. Sparkling Water is checking the list of all models before it starts training the model

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-7615
Assignee: Jakub Hava
Reporter: Jakub Hava
State: Resolved
Fix Version: 3.30.0.5
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#4705

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants