Packages

p

io.picnicml.doddlemodel

preprocessing

package preprocessing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class StandardScaler extends Product with Serializable

    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

Ungrouped