Skip to main content

Convenience utilities for common machine learning tasks on Metaflow

Project description

# metaflow-helper

Convenience utilities for common machine learning tasks on Metaflow

## Quickstart

You can run the model selection tournament immediately like this. Install a convenience package called metaflow-helper.

`bash git clone https://github.com/fwhigh/metaflow-helper.git cd metaflow-helper python -m pip install . `

Then run a Metaflow example. Examples need a few more packages, including Metaflow itself, which metaflow-helper doesn’t currently require.

`bash python -m pip install -r example-requirements.txt python examples/model-selection/train.py run `

You can visualize the example flow.

`bash python examples/model-selection/train.py output-dot | dot -Grankdir=TB -Tpng -o model-selection-flow.png `

## Release procedure

1. Bump VERSION in setup.py. This should contain the new version without the v 1. Run git commit -a -m “Release v0.0.1” with VERSION version number 1. Run git tag -a v0.0.1 -m “Release v0.0.1” with VERSION version number 1. Optional: run make package 1. Run git push origin v0.0.1

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

metaflow-helper-0.0.1.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

metaflow_helper-0.0.1-py3-none-any.whl (13.1 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