daskperiment icon indicating copy to clipboard operation
daskperiment copied to clipboard

Reproducibility for Humans: A lightweight tool to perform reproducible machine learning experiment.

Results 17 daskperiment issues
Sort by recently updated
recently updated
newest added

- [x] Rewrite with flask (#77 ) - [x] Support plot color schema (#78 ) - [ ] Make plot resizable - [ ] Hide / reorder datatables column -...

Dashboard

Allow to configure serialization protocol (pickle or json?)

Backend

create dummy class doe’s nothing to let users to check their experiment code itself.

Internal

Save logs to appropriate backend.

Backend

Estimate parameter importance

Enhancement

Clearly show the difference between trials.

Enhancement

Currently, persist output is created per trial id. If the step is pure, it is ok to persist per input. Users can pass flags like: ``` @ex.persist(pure=True) def pure_persist(...): ......

Enhancement