9.10. Transformers#
Classes#
|
Drop columns of a DataFrame. |
|
Transformer to change the column types. |
|
Transformer to set the column types. |
|
Filter columns of a DataFrame. |
|
Transformer for connectome-based predictive modeling. |
|
Column transformer that can be used in a julearn 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. |
9.11. Target Transformers#
Classes#
|
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. |