Metadata-Version: 2.1
Name: recsets
Version: 0.1.0
Summary: recsets: portable recommendation datasets
Home-page: https://github.com/micaleel/recsets
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas (==1.0.3)
Requires-Dist: tqdm (==4.43.0)
Requires-Dist: scikit-learn (==0.22.2.post1)

# recsets

Portable datasets for recommender systems research

## Development

```bash
python -m venv .venv
source .venv/bin/activate
pip install -e .
pip install -r requirements-dev.txt
recsets --help
```


