Skip to content
Snippets Groups Projects
Select Git revision
  • devel default protected
  • master protected
  • update-pandas
  • move-null-primitives
  • ci-time-pipelines
  • add_test_docs
  • reorganize_docs
  • howto
  • docs_versioning
  • upstream/update_sphinx_theme
  • expose_merge
  • profiler-base-class
  • runtime-reproduce
  • extra-expose
  • issue239-test
  • set_targets
  • describe-pipelines
  • issue-369
  • issue286
  • mrr
  • v2022.5.5 protected
  • v2022.3.28 protected
  • v2021.12.19 protected
  • v2021.11.24 protected
  • v2020.11.3 protected
  • v2020.5.18 protected
  • v2020.1.9 protected
  • v2019.11.10 protected
  • v2019.6.7 protected
  • v2019.5.8 protected
  • v2019.4.4 protected
  • v2019.2.18 protected
  • v2019.2.12 protected
  • v2019.1.21 protected
  • v2018.7.10 protected
  • v2018.6.5 protected
  • v2018.4.18 protected
  • v2018.1.26 protected
  • v2018.1.5 protected
  • v2017.12.27 protected
40 results

d3m

  • Clone with SSH
  • Clone with HTTPS
  • Common code for D3M project

    This package provides a core package for D3M project with common code available. It contains standard interfaces, reference implementations, and utility implementations.

    Installation

    This package works with Python 3.6+ and pip 19+. You need to have the following packages installed on the system (for Debian/Ubuntu):

    • libssl-dev
    • libcurl4-openssl-dev

    You can install latest stable version from PyPI:

    $ pip3 install d3m

    To install latest development version:

    $ pip3 install git+https://gitlab.com/datadrivendiscovery/d3m.git@devel

    When cloning a repository, clone it recursively to get also git submodules:

    $ git clone --recursive https://gitlab.com/datadrivendiscovery/d3m.git

    Changelog

    See HISTORY.md for summary of changes to this package.

    Documentation

    Documentation for the package is available at https://docs.datadrivendiscovery.org/.

    Repository structure

    master branch contains latest stable release of the package. devel branch is a staging branch for the next release.

    Releases are tagged.

    About Data Driven Discovery Program

    DARPA Data Driven Discovery (D3M) Program is researching ways to get machines to build machine learning pipelines automatically. It is split into three layers: TA1 (primitives), TA2 (systems which combine primitives automatically into pipelines and executes them), and TA3 (end-users interfaces).