Package

io.picnicml.doddlemodel

preprocessing

Permalink

package preprocessing

Visibility
  1. Public
  2. All

Type Members

  1. case class StandardScaler extends Product with Serializable

    Permalink

    An immutable preprocessor that transforms features by subtracting the mean and scaling to unit variance.

    An immutable preprocessor that transforms features by subtracting the mean and scaling to unit variance.

    Examples: val preprocessor = StandardScaler()

Value Members

  1. object StandardScaler extends Serializable

    Permalink

Ungrouped