AimRecords - Record-oriented data storage
Library to effectively store the tracked experiment logs.
See the documentation here.
Getting Started
These instructions will get you a copy of the project up and running on your
local machine for development and testing purposes.
Requirements
We suggest to use virtual
environment for managing local dependencies.
To start development first install all dependencies:
pip install -r requirements.txt
Project Structure
├── aimrecords <----------- main project code
│ ├── artifact_storage <- manage storage of artifacts
│ └── record_storage <--- manage records storage of a single artifact
├── docs <----------------- data format documentation
├── examples <------------- example usages of aimrecords
└── tests
Running the tests
Run tests via command pytest
in the root folder.
Code Style
We follow pep8 style guide
for python code.
Contributing
Please read CONTRIBUTING.md for details on our
code of conduct, and the process for submitting pull requests to us.