Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 257 Bytes

01_MelusinePipeline.md

File metadata and controls

10 lines (6 loc) · 257 Bytes

MelusinePipeline

The MelusinePipeline class is at the core of melusine. It inherits from the sklearn.Pipeline class and adds extra functionalities such as :

  • Instantiation from configurations
  • Input/output coherence check
  • Debug mode

Code