com.alpine

metadata

package metadata

Visibility
  1. Public
  2. All

Type Members

  1. case class DetailedTransformationSchema(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).

  2. class TransformationSchema extends AnyRef

    We need this information to figure out the output structure of the Predictor, e.

Ungrouped