case classDetailedTransformationSchema(inputFeatures: Seq[ColumnDef], outputFeatures: Seq[ColumnDef], identifier: String = "") extends TransformationSchema with Product with Serializable
If the user provides us with the input feature descriptions, then in the Predictor we will be able to verify that
the data set for prediction contains all the necessary columns at design-time (not currently implemented but should be easy to do).
If the user provides us with the input feature descriptions, then in the Predictor we will be able to verify that the data set for prediction contains all the necessary columns at design-time (not currently implemented but should be easy to do).