Skip to main content

A framework to define a machine learning pipeline

Project description

mlpipeline

This is a simple framework to organize you machine learning workflow. It automates most of the basic functionalities such as logging, a framework for testing models and gluing together different steps at different stages. This project came about as a result of me abstracting the boilerplate code and automating different parts of the process.

The aim of this simple framework is to consolidate the different sub-problems (such as loading data, model configurations, training process, evaluation process, exporting trained models, etc.) when working/researching with machine learning models. This allows the user to define how the different sub-problems are to be solved using their choice of tools and mlpipeline would handle piecing them together.

Core operations

This framework chains the different operations (sub-problems) depending on the mode it is executed in. mlpipeline currently has 3 modes:

  • TEST mode: When in TEST mode, it doesn't perform any logging or tracking. It creates a temporary empty directory for the experiment to store the artifacts of an experiment in. When developing and testing the different operations, this mode can be used.
  • RUN mode: In this mode, logging and tracking is performed. In addition, for each experiment run (referred to as a experiment version in mlpipeline) a directory is created for artifacts to be stored.
  • EXPORT mode: In this mode, the exporting related operations will be executed instead of the training/evaluation related operations.

In addition to providing different modes, the pipeline also supports logging and recording various details. Currently mlpipeline records all logs, metrics and artifacts using a basic log files as well using mlflow <https://github.com/databricks/mlflow>_.

The following information is recorded:

  • The scripts that were executed/imported in relation to an experiment.
  • The any output results
  • The metrics and parameters

Documentation

The documentation is hosted at ReadTheDocs <https://mlpipeline.readthedocs.io/>_.

Installing

Can be installed directly using the Python Package Index using pip::

pip install mlpipeline

Usage

work in progress

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

mlpipeline-2.0a4.post14.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mlpipeline-2.0a4.post14-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

Details for the file mlpipeline-2.0a4.post14.tar.gz.

File metadata

  • Download URL: mlpipeline-2.0a4.post14.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3

File hashes

Hashes for mlpipeline-2.0a4.post14.tar.gz
Algorithm Hash digest
SHA256 9364e01f4274bf5af334870a72c38e26488705c545fbe34f7a6f903c4859e0fb
MD5 0527af50dfedaa963912630e73cfc3fb
BLAKE2b-256 6fe8984b1c4f043da74a9b602157628e50b3ff6f15ffd6369b11ef7f1ab6f2ba

See more details on using hashes here.

File details

Details for the file mlpipeline-2.0a4.post14-py3-none-any.whl.

File metadata

  • Download URL: mlpipeline-2.0a4.post14-py3-none-any.whl
  • Upload date:
  • Size: 29.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.3

File hashes

Hashes for mlpipeline-2.0a4.post14-py3-none-any.whl
Algorithm Hash digest
SHA256 50074d8fdcd1614100f1988b21d015645c61db96ddedd1fca80633fcce8ff7d4
MD5 2ff7bcec2244b9469d7d46cacc3d89c0
BLAKE2b-256 59934774aaa623d7c0dd8c0be618cc4c13a9d6307259ead3c42d0ec4fd9c83b6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page