Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the What you really need to know section for the big picture.
julearn.TargetPipelineCreator¶
- class julearn.TargetPipelineCreator¶
TargetPipelineCreator class.
Analogous to the PipelineCreator class, this class allows to create
julearn.pipeline.target_pipeline.JuTargetPipelineobjects in an easy way.- __init__()¶
- add(step, name=None, **params)¶
Add a step to the pipeline.
- Parameters:
- to_pipeline()¶
Create a pipeline from the steps.
- Returns:
The pipeline object.
Examples using julearn.TargetPipelineCreator¶
/auto_examples/99_docs/run_confound_removal_docs
Cross-validation consistent Confound Removal
/auto_examples/99_docs/run_target_transformer_docs
Applying preprocessing to the target