You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A similar possible bug to #1787 (I was asked to start a new issue) I've just found exists when spaces
(and possibly other non-regular characters) occur in the class names when using h2o.
Here's an example based on #1787 that still breaks for me:
This will run when replacing e.g. classif.h2o.randomForest with classif.randomForestSRC. It seems to fail with other non-standard characters in the class names but I haven't done an exhaustive search.
Many thanks for the wonderful package.
Andrew
The text was updated successfully, but these errors were encountered:
I just wanted to add that this also happens for any kind of mulitlabel classification with h2o, even when the labels do not have spaces or special characters. This means you cannot use h2o for multilabel classficationat all.
Error in checkPredictLearnerOutput(.learner, .model, p) :
predictLearner for classif.h2o.deeplearning has returned not the class levels as column names: FALSE.,TRUE.
Hi,
A similar possible bug to #1787 (I was asked to start a new issue) I've just found exists when spaces
(and possibly other non-regular characters) occur in the class names when using h2o.
Here's an example based on #1787 that still breaks for me:
(reprex added by @pat-s)
Created on 2019-12-31 by the reprex package (v0.3.0)
This will run when replacing e.g.
classif.h2o.randomForest
withclassif.randomForestSRC
. It seems to fail with other non-standard characters in the class names but I haven't done an exhaustive search.Many thanks for the wonderful package.
Andrew
The text was updated successfully, but these errors were encountered: