Metadata-Version: 2.1
Name: rs-metrics
Version: 0.5.0
Summary: Metrics for recommender systems
Home-page: https://github.com/darel13712/rs_metrics
Author: Darel
Author-email: darel142857@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy

![PyPI](https://img.shields.io/pypi/v/rs_metrics?color=%2300ccff)

This package implements metrics common in recommendation systems.

## Installation

```bash
pip install rs_metrics
```

## Documentation

Docs are available [here](https://darel13712.github.io/rs_metrics/)

