Git Product home page Git Product logo

metaflow-helper's Introduction

metaflow-helper

Convenience utilities for common machine learning tasks on Metaflow

PyPI version

Unit tests Examples
Build Build
Build Build
Build Build

Quickstart

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

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.

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

You can visualize the example flow.

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
  2. Run git tag -a v0.0.1 -m "Release v0.0.1" with VERSION version number
  3. Run git commit -a -m "Release v0.0.1" with VERSION version number
  4. Optional: run make package
  5. Run git push origin v0.0.1

metaflow-helper's People

Contributors

fwhigh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.