h2o-3 icon indicating copy to clipboard operation
h2o-3 copied to clipboard

StackedEnsemble: Error reading MOJO JSON: Object not supported

Open tomasfryda opened this issue 1 year ago • 0 comments

I noticed the following in passing tests so it's probably not a big issue but it would be nice to fix it. I assume the issue is the base_models field.

02-19 08:02:31.672 127.0.0.1:44006       11200        main ERROR water.default: Error reading MOJO JSON: Object not supported: 
02-19 08:02:31.672 127.0.0.1:44006       11200        main ERROR water.default:  {"__meta":{"schema_version":3,"schema_name":"KeyV3","schema_type":"Key<Keyed>"},"name":"GBM_model_1708328056779_4190","type":"Key<Keyed>","URL":null} 
02-19 08:02:31.672 127.0.0.1:44006       11200        main ERROR water.default: Error reading MOJO JSON: Object not supported: 
02-19 08:02:31.672 127.0.0.1:44006       11200        main ERROR water.default:  {"__meta":{"schema_version":3,"schema_name":"KeyV3","schema_type":"Key<Keyed>"},"name":"DRF_model_1708328056779_4269","type":"Key<Keyed>","URL":null} 
02-19 08:02:31.672 127.0.0.1:44006       11200        main ERROR water.default: Error reading MOJO JSON: Object not supported: 
02-19 08:02:31.672 127.0.0.1:44006       11200        main ERROR water.default:  {"__meta":{"schema_version":3,"schema_name":"KeyV3","schema_type":"Key<Keyed>"},"name":"GBM_model_1708328056779_4190","type":"Key<Keyed>","URL":null} 
02-19 08:02:31.672 127.0.0.1:44006       11200        main ERROR water.default: Error reading MOJO JSON: Object not supported: 
02-19 08:02:31.672 127.0.0.1:44006       11200        main ERROR water.default:  {"__meta":{"schema_version":3,"schema_name":"KeyV3","schema_type":"Key<Keyed>"},"name":"DRF_model_1708328056779_4269","type":"Key<Keyed>","URL":null} 
02-19 08:02:31.848 127.0.0.1:44006       11200        main  INFO water.default: Finished creating "level one" frame for scoring: Frame key: preds_levelone_StackedEnsemble_model_1708328056779_4342_84e64d9523ac626b4628113705a04e38

tomasfryda avatar Feb 19 '24 11:02 tomasfryda