Metadata-Version: 2.1
Name: d3m_interface
Version: 0.8.0
Summary: Library to use D3M AutoML Systems
Home-page: https://gitlab.com/ViDA-NYU/d3m/d3m_interface
Author: Roque Lopez, Remi Rampin, Sonia Castelo
Author-email: rlopez@nyu.edu, remi.rampin@nyu.edu, s.castelo@nyu.edu
Maintainer: Roque Lopez, Remi Rampin
Maintainer-email: rlopez@nyu.edu, remi.rampin@nyu.edu
License: Apache-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: NOTICE.txt

[![PyPI version](https://badge.fury.io/py/d3m-interface.svg)](https://badge.fury.io/py/d3m-interface)

D3M Interface Library
=====================
Library to use D3M AutoML systems. This repository contains an implementation to integrate 
 D3M AutoML systems with Jupyter Notebooks. 

[Documentation is available here.](https://d3m-interface.readthedocs.io/)

## Installation

This package works with Python 3.6 through 3.8 in Linux, Mac and Windows.

You can install the latest stable version of this library from [PyPI](https://pypi.org/project/d3m-interface/):

```
$ pip install d3m-interface
```

To install the latest development version:

```
$ pip install git+https://gitlab.com/ViDA-NYU/d3m/d3m_interface.git@devel#egg=d3m_interface
```


