Create a Python module to contain aliases to common pipelines. Something like: ``` xDAWNCov_TsLDA = make_pipeline(XdawnCovariances(), TangentSpace(), LDA()) ... ``` It would be really useful for the examples. @toncho11 FYI