Metadata-Version: 2.1
Name: lamda-recorder
Version: 0.2.3
Summary: recorder for machine learning
Home-page: https://github.com/pypa/sampleproject
Author: Haoyuan He
Author-email: hehy@lamda.nju.edu.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Recorder

This tool can help user record some metrics when you doing machine learning, such as accuracy or auc.

You want to record them as a table and convert them to csv or latex code.

You want to show the recorded table in the progress.

You want to do some easy operation such as mean/max/min in only few code additional.

Then this tool might be your choice!

## Install

> pip install lamda-recorder




