Base class for H2O algorithm wrapper as a Spark transformer.
Creates H2ODeepLearning model If the key specified the training set is specified using setTrainKey, then frame with this key is used as the training frame, otherwise it uses the frame from the previous stage as the training frame
Deep learning ML component.
Parameters here can be set as normal and are duplicated to DeepLearningParameters H2O object
H2O GBM Algo exposed via Spark ML pipelines.
Parameters for Spark's API exposing underlying H2O model.
Shared implementation for H2O model pipelines
A trait extracting a shared parameters among all models.