Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvoelcker/expy
Experimentation setup and results management framework for machine learning approaches
https://github.com/cvoelcker/expy
Last synced: 22 days ago
JSON representation
Experimentation setup and results management framework for machine learning approaches
- Host: GitHub
- URL: https://github.com/cvoelcker/expy
- Owner: cvoelcker
- Created: 2019-05-28T13:04:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T19:54:10.000Z (over 5 years ago)
- Last Synced: 2024-10-30T06:41:00.536Z (2 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exPy - Experimentation framework for machine learning setups
Machine learning setups require a lot of experimentation with slight changes in code or parameters. This can lead to a lot of confusion, for example f you change two parameters between different runs and want to check an old configuration again, but didn't properly commit every step of the way into your github repo.
This framework is designed to help with the management, saving and loading of machine learning setups in an intuitive, low overhead way.