Skip to main content

A lightweight tool to perform reproducible machine learning experiment using Dask.

Project description

https://img.shields.io/pypi/v/daskperiment.svg Latest Docs https://travis-ci.org/sinhrks/daskperiment.svg?branch=master https://codecov.io/gh/sinhrks/daskperiment/branch/master/graph/badge.svg

Overview

daskperiment is a tool to perform reproducible machine learning experiment. It allows users to define and manage the history of trials (given parameters, results and execution environment).

The package is built on Dask, a package for parallel computing with task scheduling. Each experiment trial is internally expressed as Dask computation graph, and can be executed in parallel.

Benefits

  • Usable in standard Python/Jupyter environment (and optionally with standard KVS).

    • No need to setting up server applications.

    • No registration to cloud services.

    • Not to be constrained by slightly customized Python shells.

  • User-intuitive.

    • Minimizing modifications of existing codes.

    • Performing experiments using Dask compatible API.

    • Easily handle experiments history (with pandas basic operations).

    • Requires less work to manage with Git (no need to make branch per trials).

    • (Experimental) Web dashboard to manage trial history.

  • Tracking experiment related information

    • Trial result and its (hyper) parameters.

    • Code context.

    • Environment information.

      • Device information

      • OS information

      • Python version

      • Installed Python packages and its version

      • Git information

  • Reproducibility

    • Check function purity (each step should return the same output for the same inputs)

    • Automatic random seeding

  • Auto saving and loading previous experiment history.

  • Parallel execution of experiment steps.

  • Sharing experiments.

    • Redis backend

Future Scope

  • More efficient execution.

    • Omit execution if depending parameters are the same

    • Distributed execution

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

daskperiment-0.4.0.tar.gz (38.7 kB view details)

Uploaded Source

Built Distribution

daskperiment-0.4.0-py3-none-any.whl (60.7 kB view details)

Uploaded Python 3

File details

Details for the file daskperiment-0.4.0.tar.gz.

File metadata

  • Download URL: daskperiment-0.4.0.tar.gz
  • Upload date:
  • Size: 38.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.6

File hashes

Hashes for daskperiment-0.4.0.tar.gz
Algorithm Hash digest
SHA256 f305a4efba144bd5a9604f1dc115c0a8aef968337b28312a6159517979fd8bfe
MD5 b55e4519d97ab21c22097876627fb1d3
BLAKE2b-256 d0c61b5763da346f56a7300ae6a7edbe57abe73c34f5dae90c85f2ecd7c1fd42

See more details on using hashes here.

File details

Details for the file daskperiment-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: daskperiment-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 60.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.6

File hashes

Hashes for daskperiment-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f378f5f38f7720b38eb62b6f02e51d361874e57ca43cd3d0af69122ed20ae5ec
MD5 d35e6c9ab4d72ac6ad6b6f6aa512042a
BLAKE2b-256 d03bd655334cb0676fe96e0018562c4f71c9d6bd170feaea458a6db0295f57b3

See more details on using hashes here.

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