Metadata-Version: 2.1
Name: domino
Version: 0.1.4
Summary: UNKNOWN
Home-page: UNKNOWN
Author: https://github.com/HazyResearch/domino
Author-email: eyuboglu@stanford.edu
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: meerkat-ml[ml]
Requires-Dist: pandas
Requires-Dist: numpy (>=1.18.0)
Requires-Dist: tqdm (>=4.49.0)
Requires-Dist: scikit-learn (==0.24.2)
Requires-Dist: ipywidgets
Requires-Dist: seaborn
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: ftfy
Requires-Dist: regex
Provides-Extra: dev
Requires-Dist: black (==21.5b0) ; extra == 'dev'
Requires-Dist: isort (>=5.7.0) ; extra == 'dev'
Requires-Dist: autoflake ; extra == 'dev'
Requires-Dist: flake8 (>=3.8.4) ; extra == 'dev'
Requires-Dist: mypy (>=0.9) ; extra == 'dev'
Requires-Dist: docformatter (>=1.4) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.10.1) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (>=0.5.1) ; extra == 'dev'
Requires-Dist: nbsphinx (>=0.8.0) ; extra == 'dev'
Requires-Dist: recommonmark (>=0.7.1) ; extra == 'dev'
Requires-Dist: parameterized ; extra == 'dev'
Requires-Dist: pre-commit (>=2.9.3) ; extra == 'dev'
Requires-Dist: sphinx-autobuild ; extra == 'dev'
Requires-Dist: furo ; extra == 'dev'
Provides-Extra: text
Requires-Dist: transformers ; extra == 'text'
Requires-Dist: nltk ; extra == 'text'



<div align="center">
    <img src="docs/assets/banner.png" height=150 alt="banner"/>
Domino 
-----
<!---
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/HazyResearch/domino/CI)
![GitHub](https://img.shields.io/github/license/HazyResearch/domino)
[![Documentation Status](https://readthedocs.org/projects/dcbench/badge/?version=latest)](https://dcbench.readthedocs.io/en/latest/?badge=latest)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dcbench)](https://pypi.org/project/dcbench/)
[![codecov](https://codecov.io/gh/HazyResearch/domino/branch/main/graph/badge.svg?token=MOLQYUSYQU)](https://codecov.io/gh/HazyResearch/domino)
-->
Discover slices of data on which your models underperform. 

[**Getting Started**](#%EF%B8%8F-quickstart)
| [**What is domino?**](#-what-is-domino)
| [**Docs**](https://domino.readthedocs.io/en/latest/index.html)
| [**Contributing**](CONTRIBUTING.md)
| [**Paper**](https://arxiv.org/pdf/2203.14960.pdf)
| [**About**](#%EF%B8%8F-about)
</div>


## ⚡️ Quickstart

```bash
pip install domino 
```
> Optional: some parts of Domino rely on optional dependencies. If you know which optional dependencies you'd like to install, you can do so using something like `pip install domino[text]` instead. See setup.py for a full list of optional dependencies.

> Installing from main: `pip install "domino[text] @ git+https://github.com/HazyResearch/domino@main"`

> Installing in editable mode: `git clone https://github.com/HazyResearch/domino.git && cd domino && pip install -e .`

```python
import domino
```

To learn more follow along in our tutorial: TODO


## ✉️ About
`domino` is being developed at Stanford in the HazyResearch and Zou groups. Reach out to Sabri Eyuboglu (eyuboglu [at] stanford [dot] edu) if you would like to get involved or contribute!


