Skip to main content

Micro-utility for staying organized running experiments

Project description

runthis tests deploy-pypi

Tired of your data science experiments becoming a mess? Don't want to pay $20,000 a year for a data science platform? Here's your poor man's version.

Usage

Name your experiment files like this:

 my_function?n=5&d=cat&init=[0.2,0.2,0.2].py

Then your experiment file looks like this:

if name=='main': import os kwargs = parse_kwargs(file.split(os.path.sep)[-1]) my_experiment(**kwargs)

This way what you do in the experiment never gets out of sync with the code.

Int, Float

Just call the experiment file

my_function?n=int:5&d=cat&init=[float:0.2,float:0.2,float:0.2].py

instead

Example

See here

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

runthis-0.0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

runthis-0.0.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

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