https://github.com/vida-nyu/d3m_interface
https://github.com/vida-nyu/d3m_interface
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vida-nyu/d3m_interface
- Owner: VIDA-NYU
- License: apache-2.0
- Created: 2022-06-28T16:28:44.000Z (almost 3 years ago)
- Default Branch: devel
- Last Pushed: 2022-06-28T17:51:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T15:41:38.423Z (4 months ago)
- Language: Jupyter Notebook
- Size: 34.5 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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
```