6.10. Transformers#
Classes .. currentmodule:: julearn.transformers
|
Drop columns of a DataFrame. |
|
Transformer to change the column types. |
|
Transformer to set the column types. |
|
Filter columns of a DataFrame. |
|
Transformer that aggregates together all features significantly correlated to the target. |
|
Column transformer that can be used in a Junifer pipeline. |
|
Remove confounds from specific features. |
Functions
List all the available transformers. |
|
|
Get a transformer. |
|
Register a transformer to julearn. |
Reset the transformer register to its initial state. |
6.11. Target Transformers#
Classes .. currentmodule:: julearn.transformers.target
|
Class that provides a model that supports transforming the target. |
Base class for target transformers. |
|
|
Remove confounds from the target. |
Warning used to notify the user that the target has been transformed. |
Functions
|
Get a target transformer by name. |
List all the available target transformers. |
|
|
Register a target transformer to julearn. |
Reset the target transformer register to its initial state. |