Object to allow generic string based access to parameters of wrapped spark class
Generic wrapper for any spark estimator that has two inputs and one output
Generic wrapper for any spark estimator that has two inputs and one output
first input feature type
second input feature type
output feature type
spark model type returned by spark estimator wrapped
spark estimator to wrap
Generic wrapper for any spark transformer that has two inputs and one output
Generic wrapper for any spark transformer that has two inputs and one output
first input feature type
second input feature type
type of output feature
type of spark model to wrap
Generic wrapper for any spark estimator that has four inputs and one output
Generic wrapper for any spark estimator that has four inputs and one output
first input feature type
second input feature type
third input feature type
fourth input feature type
output feature type
spark model type returned by spark estimator wrapped
spark estimator to wrap
Generic wrapper for any spark transformer that has four inputs and one output
Generic wrapper for any spark transformer that has four inputs and one output
first input feature type
second input feature type
third input feature type
fourth input feature type
type of output feature
type of spark model to wrap
Generic wrapper for any spark estimator that has a sequence of inputs of the same type and one output
Generic wrapper for any spark estimator that has a sequence of inputs of the same type and one output
input feature type
output feature type
spark model type returned by spark estimator wrapped
spark estimator to wrap
Generic wrapper for any spark transformer that has a sequence of inputs of the same type and one output
Generic wrapper for any spark transformer that has a sequence of inputs of the same type and one output
input feature type
output feature type
type of spark transformer to wrap
Generic wrapper for any spark estimator that has three inputs and one output
Generic wrapper for any spark estimator that has three inputs and one output
first input feature type
second input feature type
third input feature type
output feature type
spark model type returned by spark estimator wrapped
spark estimator to wrap
Generic wrapper for any spark transformer that has three inputs and one output
Generic wrapper for any spark transformer that has three inputs and one output
first input feature type
second input feature type
third input feature type
type of output feature
type of spark model to wrap
Generic wrapper for any spark estimator that has one input and one output
Generic wrapper for any spark estimator that has one input and one output
input feature type
output feature type
spark model type returned by spark estimator wrapped
spark estimator to wrap
Generic wrapper for any spark transformer that has one input and one output
Generic wrapper for any spark transformer that has one input and one output
input feature type
output feature type
type of spark transformer to wrap
Object to allow generic string based access to parameters of wrapped spark class
type of Spark stage to wrap