Skip to content

ClementCaporal/metapipeline

Repository files navigation

metapipeline

Python package to build functions pipeline and create automatic parameter grid search.

Usage

Usage example in the example folder

  • Create pipeline of several functions. Each step is an objet that store its intermediate output
  • Accessing a given step output in the pipeline will compute all previous necessary steps
  • User can define parameter to explore for a given pipeline using the ListParam object

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages