scikit-learn transformer

C15495 concept

A scikit-learn transformer is an object that implements fit and transform methods to learn from training data and apply deterministic data transformations within machine learning pipelines.


Instances (1)

  • PCA
    surface form: PCA (scikit-learn)