rentainhe / expt

Experiment. Plot. Tabulate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, until an user guide and API documentation arrive.

Installation:

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

License

MIT License (c) 2019-2022 Jongwook Choi

About

Experiment. Plot. Tabulate.

License:MIT License


Languages

Language:Python 100.0%