Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

[GBM lr_annealing] failed: water.exceptions.H2OIllegalArgumentException: Can only convert jobs producing a single Model or ModelContainer. #167

Description

@algomaschine

Dear Developers,

I've got 28 samples of data, the format is exactly the same, numerical and some categorical columns. It's been working continuously (30 min max time per model) and generated various types of models, as you can see there is DeepLearning, GBM, StackedEnsemble variations. All good. Again, each model corresponds to a different data set, but the format is EXACTLY the same.
image

Now, at one instance it shows this error. Unfortunately it doesn't tell me more details. Cou7ld you please advise how can I understand what's happening under the hood and perhaps fix it?
image

The interesting thing it happens after the model generation is done, just before it's to finish.

AutoML progress: |█████████████████████████████████████████████████████████████▌ | 97%
08:19:54.521: GBM_lr_annealing_selection_AutoML_26_20221108_75037 [GBM lr_annealing] failed: water.exceptions.H2OIllegalArgumentException: Can only convert jobs producing a single Model or ModelContainer.

AutoML progress: |███████████████████████████████████████████████████████████████ (done)| 100%
generated file C:\Users\Administrator\Desktop\snp ephem\h2o models\StackedEnsemble_BestOfFamily_6_AutoML_26_20221108_75037

The interesting part is, it actually did finish the model file eventually. But what's the difference? What is missing, if anything?
generated file C:\Users\Administrator\Desktop\h2o models\StackedEnsemble_BestOfFamily_6_AutoML_26_20221108_75037

Thank you!

PS: Also I've noticed one bug. If the previous instance of H2O server is not killed, and I start generating models from a different directory, then this instance of H2O server is reused and the models will be generated in the directory as associated with previous H2O instance, not the new directory from where the program was started.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions