Metadata-Version: 2.1
Name: cr_learn
Version: 0.1.2
Summary: A Library Provides Bunch of datasets to speed up your recsys learing.
Home-page: https://github.com/vishesh9131/corerec
Author: Vishesh Yadav
Author-email: sciencely98@gmail.com
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
License-File: LICENSE.txt

# CR Learn

A Library Provides  datasets to speed up your recsys learing.

## Installation

```bash
pip install cr_learn
```

## Usage

```python
from cr_learn.ml_1m import load
from cr_learn.beibei import load
etc
```

# Dataset List

| Dataset Name    | Description           | Available in cr_learn |
|-----------------|-----------------------|------------------------|
| ml-1m           | MovieLens 1M dataset  | ✅                     |
| beibei          | Beibei dataset        | ✅                     |
| tmall           | Tmall dataset         | ✅                     |
| yelp            | Yelp dataset          | ❌                     |
| icjai           | ICJAI dataset         | ✅                     |
| amazon          | Amazon dataset        | ❌                     |
| lastfm          | Last.fm dataset       | ❌                     |
| yahoo           | Yahoo dataset         | ❌                     |
| library_things  | LibraryThings dataset | ✅                     |



