Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wookayin/expt

Experiment. Plot. Tabulate.
https://github.com/wookayin/expt

Last synced: 11 days ago
JSON representation

Experiment. Plot. Tabulate.

Awesome Lists containing this project

README

        

# expt

Experiment. Plot. Tabulate.



`expt` is a small Python library that helps you draw time-series plots from a tabular data.
Typical use cases are drawing learning curves for machine learning experiments.
`expt` aim to provide a minimal API for doing most of common plotting needs with sensible defaults and useful batteries included.

### Features:

- Parsing of CSV or TensorBoard eventfiles, in parallel
- Easy plotting of individual runs, hypotheses, or experiments.

Usage
-----

See [a demo ipython notebook][demo-notebook], until an user guide and API documentation arrive.

[demo-notebook]: https://github.com/wookayin/expt/blob/master/examples/quick-tour.ipynb

Installation:
```
pip install expt
pip install git+https://github.com/wookayin/expt@master # Latest development version
```

License
-------

MIT License (c) 2019-2023 Jongwook Choi