A trait extracting a shared parameters among all models.
Base trait providing parameters utilities and shared methods for handling parameters for H2O objects
Base trait providing parameters utilities and shared methods for handling parameters for H2O objects
H2O's parameter type
Parameters which need to be available on the model itself for prediction purposes.
Parameters which need to be available on the model itself for prediction purposes. This can't be backed byt H2OAlgoParamsHelper as at the time of prediction we might be using mojo and binary parameters are not available.
Parameters which need to be available on the model itself for prediction purposes.
Parameters which need to be available on the model itself for prediction purposes. This can't be backed byt H2OAlgoParamsHelper as at the time of prediction we might be using mojo and binary parameters are not available.
A trait extracting a shared parameters among all models.
TODO: There are still bunch of parameters defined Model.ModelParameters which need to be ported here