Move-carrots
Simple helper for reproducible (research) experiments.
Goals
This package aims to make one's life easier with machine learning experiments. To achieve this goal, this package basically does the following two things.
1. Run experiments with some config files.
- No need for long commands.
- Reliable and elegant than notebooks.
2. Built-in support to record, view, and reproduce your experiments.
:P)
Quick start
WIP.
Core features
- Define your experiment in a human friendly YAML file: main function, parameters, data files, logging, etc.
- Codes will be automatically checked in to git with proper tags. Datas will be also version-controlled in a proper manner.
- Each experiment will be dumped into a database, including the config, the logging, and the versions of code and data.
Design
Config file
The config file includes:
- PYTHONPATH
- main function and parameters
- misc
- experiment name
- logging
Version control
The goal is to re-run one experiment within one command. To achieve this, we will have both codes and data versioned in a proper way.
Codes All local changes, if there are any, will be committed into Git before a config runs. Commits information will be stored in log files and the head commit will be tagged as f"{name}@{time}" for future reference.
Data Data will be stored in the database, which will be keyed by name and md5 value.
Database
The database has two parts: experiment logging and version control.
- Experiment logging shows what experiments have been conducted, what's the input/output of one experiment. Based on it, more analysis can be elaborated.
- Version control is responsible for recording all versions of codes (through Git) and data (local storage).
Release files for move-carrots 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| move-carrots-0.1.1.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| move_carrots-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / move-carrots-0.1.1.tar.gz
| Download URL | move-carrots-0.1.1.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8846e48ae9524192293b3a348922aa90f732d36b12c5748fa8b45854c9ef550f
|
|
BLAKE2b-256 checksum How to use checksums |
9a51afebd8b352feda56ab4a0cbf3b10808751e828ebc43f5b8836a598aa109a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / move_carrots-0.1.1-py3-none-any.whl
| Download URL | move_carrots-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
879bf471522bf2935687e2814025e8bec4b8e8d316f72b867999c6d9c9c7cd62
|
|
BLAKE2b-256 checksum How to use checksums |
8e7c11807caf018ce1eb5b93818284173ab83c7dd2ab6550e80dac1b48333212
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |