Packages

p

io.citrine.lolo

transformers

package transformers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MultiTaskStandardizer extends MultiTaskLearner
  2. case class Standardizer(baseLearner: Learner) extends Learner with Product with Serializable

    Standardize the training data to zero mean and unit variance before feeding it into another learner

    Standardize the training data to zero mean and unit variance before feeding it into another learner

    This is particularly helpful for regularized methods, like ridge regression, where the relative scale of the features and labels is important.

    Created by maxhutch on 2/19/17.

  3. class StandardizerModel[T] extends Model[PredictionResult[T]]

    Model that wrapps the base model next to the transformations

  4. class StandardizerPrediction[T] extends PredictionResult[T]

    Prediction that wraps the base prediction next to the transformation

  5. class StandardizerTrainingResult extends TrainingResult

    Training result wrapping the base learner's training result next to the transformations

Value Members

  1. object Standardizer extends Serializable

    Utilities to compute and apply standarizations

Ungrouped