Metadata-Version: 2.1
Name: experimenter
Version: 0.1a0
Summary: Lightweight experiment base class, to organize machine learning research projects.
Home-page: https://github.com/facundoq/experimenter
Author: Facundo Manuel Quiroga
Author-email: facundoq@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/facundoq/experimenter/issues
Project-URL: Documentation, https://github.com/facundoq/experimenter
Project-URL: Source Code, https://github.com/facundoq/experimenter
Keywords: experiment repeatability
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: argcomplete
Requires-Dist: argparse
Requires-Dist: texttable

# experimenter
Lightweight experiment base class, to organize machine learning research projects.


