steppy icon indicating copy to clipboard operation
steppy copied to clipboard

Lightweight, Python library for fast and reproducible experimentation :microscope:

Results 13 steppy issues
Sort by recently updated
recently updated
newest added

Consider 3 steps A, B, C, connected like this: A -> B, B -> C, A -> C. Say, we fit this pipeline by calling `C.fit_transform(...)`. If A is initialized...

bug
feature-request
analysis

In `Step` add option to: * persist small (1% to 5% of data) random sample of the output for browsing purposes. * This should be persisted to the separate directory...

feature-request
API-design