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
When doing Q learning, especially with stratification, a single algorithm might fail. In this case a fall back fitting either with glm or speedglm should be performed. For some reason this doesn't happen in this case (./tests/examples/2_building_blocks_example.R):
The following error is produced:
unable to run randomForest with h2o for: intercept only models or designmat with zero rows or constant outcome (y) ...
Error in UseMethod("predictP1") :
no applicable method for 'predictP1' applied to an object of class "try-error"
In addition: Warning messages:
The code from ./tests/examples/2_building_blocks_example.R:
When doing Q learning, especially with stratification, a single algorithm might fail. In this case a fall back fitting either with glm or speedglm should be performed. For some reason this doesn't happen in this case (./tests/examples/2_building_blocks_example.R):
The following error is produced:
The code from ./tests/examples/2_building_blocks_example.R:
The text was updated successfully, but these errors were encountered: