Converts supported spark model of type PredictionModel[Vector, T] to an OP model
Converts supported spark model of type PredictionModel[Vector, T] to an OP model
type of model to convert
model to convert
uid to give converted model
Op Binary Model which will produce the same values put into a Prediction return feature
Converts supported spark model of type PredictionModel[Vector, T] to an OP model
Converts supported spark model of type PredictionModel[Vector, T] to an OP model
model to convert
uid to give converted model
Op Binary Model which will produce the same values put into a Prediction return feature
Allows conversion from spark models to models that follow the OP convention of having a transformFn that can be called on a single row rather than the whole dataframe