Skip to main content

Rethink Experimenting

Project description

osin

There are existing systems (e.g., neptune.ai, sacred) helping you organize, log data of your experiments. However, typically, the tasks of running the experiments are your responsible to bear. If you update your code and need to re-run your experiments, you may want to delete previous runs, which would be painful to have to do manually many times.

We rethink the experimenting process. Why don't we start with specifying the designed report (e.g., charts) and how to run/query to get the numbers to fill the report? This would free ones from manually starting/running the experiments and managing the experiment data. osin is a tool that helps you to achieve that goal.

Note: this tool is expected to use locally or inside VPN network as it doesn't provide any protection against attackers.

Quick start

Start the application:

DBFILE=%PATH_TO_DBFILE% python -m osin.main

Or start the services manually:

export DBFILE=%PATH_TO_DBFILE%
python -m osin.worker # start worker to run jobs
python -m osin.server # start the server so clients can send job result
streamlit run osin/ui/dashboard.py # start a dashboard to view/create reports

You will start by designing the output that your experiments will produce. For example:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

osin-1.0.3.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

osin-1.0.3-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file osin-1.0.3.tar.gz.

File metadata

  • Download URL: osin-1.0.3.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for osin-1.0.3.tar.gz
Algorithm Hash digest
SHA256 06f0fb69fd36fb3490140708d3795887768ece97952371719d21c764f495b9a8
MD5 72ec7cbd3c9d543b01d817af606f332d
BLAKE2b-256 638c5c1e00a5dc42f1a4b59b1be77ce79ea4bd67b30c2d1642f2d5cf6c2a4805

See more details on using hashes here.

File details

Details for the file osin-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: osin-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for osin-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b7de73be0e3dd28ad4d9916dce785497c6d76f24b27e724cea276ce80a6e19e9
MD5 8c97a5943f453a312ba58448198ce5b9
BLAKE2b-256 0beaaa18027662298deaa9a6ca42a9e4168020b5cb03a85f026bff797e9fff3f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page