Skip to main content

Machine learning data flow for reproducible data science

Project description

IDEAL HACKDUCK PROJECT

Run model from with a REST app (MLflow):

  • save a github folder for each project
  • can easely have predition on a bunch of data

FEATURES:

  • seed for reproducibility
  • map arguments to loop over a list
  • mlflow integration (automatic logs parameters, can log metrics or artifacts)
  • all prefect avantages
  • handle subflows
  • task bank to do basic operations
  • unit test handle by ward

TODO:

  • map over subflows ?
  • create a script to run it with HackDuck file.yaml --argsname argvalue ...
  • run it in a docker
  • save version for all requirements (needed to rerun the flow)
  • save python files inside mlruns/... and git them and save git commit
  • being able to rerun a previous flow (save args and kwargs and output ref)
  • put to prod thanks to travis CI that create the MLflow git repo
  • generate examples for people to use

use it

from HackDuck import run_flow
config = yaml.load(open('/home/alex/awesome/HackDuck/iris/flows/iris_classif_with_sub.yaml', 'r'), Loader=yaml.FullLoader)
run_flow(config, {})

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

HackDuck-0.1.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

HackDuck-0.1.4-py3-none-any.whl (4.4 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