Deserializes a Protobuf response from the KMeans model image into Rows in a Spark Dataframe
A ResponseRowDeserializer for converting LibSVM response data to labeled vectors.
Deserializes a Protobuf response from the LinearLearner model image with predictorType "binary_classifier" into Rows in a Spark Dataframe
Deserializes a Protobuf response from the LinearLearner model image with predictorType "regressor" into Rows in a Spark Dataframe
Deserializes a Protobuf response from the PCA model image to a Vector of Doubles containing the projection of the input vector.
A ResponseRowDeserializer for converting SageMaker Protobuf-in-recordio response data to Spark rows.
A ResponseRowDeserializer for converting a comma-delimited string of predictions to labeled Vectors.