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.4.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

osin-1.0.4-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for osin-1.0.4.tar.gz
Algorithm Hash digest
SHA256 014e033ffad7cf1787c7d6ebf45299f093ae75585b91f891406f054007b95d6d
MD5 97256a00fd810468c4f7216df32739fb
BLAKE2b-256 b1112d4b52d3101cbedd0afb265ced0c493329e276e71a2e0fff956d5d190c04

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for osin-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 42d7f0c0495b698320eb46fb718776d1849fa8fcdbd64e7014846bf436b355e5
MD5 84059543be15b4cf58d8e6ae4ab2ab6b
BLAKE2b-256 9a1313c2e6d45d196e0dae37122d2170f02062f008f4fef7522b712777d8ddc4

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