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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file metaflow-helper-0.0.1.tar.gz.
File metadata
- Download URL: metaflow-helper-0.0.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1798404f14c854e6c2fe001feaed3d5aeab075faa1acd6342427f7a45056def5
|
|
| MD5 |
787784aa6aa415fe1217571de2777a24
|
|
| BLAKE2b-256 |
db43cc532a58b67d0aa7497495239b275231ae25afa52f5bdf0790445ebf64a8
|
File details
Details for the file metaflow_helper-0.0.1-py3-none-any.whl.
File metadata
- Download URL: metaflow_helper-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07f567b14cc382ac27980641d431306351b53f95e21576bf29fd0aca141cbf67
|
|
| MD5 |
6cb58e25ae7881ee3c3e61e0e49d74f6
|
|
| BLAKE2b-256 |
997255355e360fe91effb74213a5d40be42e5d4add167c3ffdfc980228fa4b41
|