I have trained and saved my H2O AutoML model. after reloading, while I am using predict method, I am getting below error: java.lang.IllegalArgumentException: Test/Validation dataset has a non-categorical column 'response' which is categorical in the training data
I have not specified any encoding while model creation but I am getting this error now. Can anyone help me on this issue.
Any help will be highly appreciated.