Help with h2o transform function

Has anyone successful submitted an h2o model running the transform function? This line seems to be throwing a 500 Server Error and java.lang.NullPointerException in the submission logs.

h2o.transform(model, newdata, noise=0)

The transform code works fine on Google Colab, but bugs out when submitting.

1 Like