moabb.pipelines.utils.create_pipeline_from_config#
- moabb.pipelines.utils.create_pipeline_from_config(config)[source]#
Create a pipeline from a config file.
takes a config dict as input and return the corresponding pipeline.
If the pipeline is a Tensorflow pipeline it convert also the optimizer function and the callbacks.
- Parameters
config (Dict.) – Dict containing the config parameters.
- Returns
pipeline – sklearn Pipeline
- Return type
Pipeline