SOTAVerified

Neuraxle - A Python Framework for Neat Machine Learning Pipelines

2019-09-01Code Available0· sign in to hype

Chevalier, Guillaume and Brillant, Alexandre and Hamel, Eric

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Code Machine Learning Pipelines - The Right Way. The present new framework is for building neat pipelines, providing the right abstractions to both ease research, development, and deployment of your ML applications. Most open-source frameworks for machine learning offer abstractions that hardly allow automatic machine learning, code reuse, and deploying models to productions. The hyperparameter search space is often strongly coupled to the whole pipeline rather than being decoupled of the pipeline and only coupled to the individual estimator objects: the pipeline steps. The need for an open-source and scaleable pipeline library is strong.

Tasks

Reproductions