Transformers module =================== The pipelines module contains the definitions of our scikit-learn compliant preprocessing steps i.e. transformers. Transformers are estimators supporting transform and/or fit_transform methods see `Dataset transformations `_ , `scikit-lego `_ and `feature-engine `_ for collections of transformers. .. automodule:: pyro_risks.models.transformers :members: :undoc-members: :show-inheritance: