Skip to content

wookayin/expt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

790b613 · Aug 12, 2024
Nov 18, 2022
Nov 6, 2023
Oct 2, 2022
Aug 12, 2024
Aug 12, 2024
Nov 18, 2022
Dec 11, 2022
Nov 7, 2023
Jan 9, 2023
Nov 18, 2022
Nov 6, 2023
Nov 18, 2022
Nov 18, 2022
Nov 6, 2023
Nov 18, 2022
Dec 28, 2023
Dec 1, 2022
Nov 7, 2023

Repository files navigation

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-2023 Jongwook Choi