Pipelines module ================ The pipelines module contains the definitions of our scoring pipelines. The risk scoring pipelines are implemented using the `imbalanced-learn `_ Pipeline allowing for defining sequences of **resampling, preprocessing and modeling steps as one estimators**. See scikit-learn `Pipelines and composite estimators `_ for more information. .. literalinclude:: ../../../../pyro_risks/models/pipelines.py :language: PYTHON