Metadata-Version: 2.4
Name: funrec
Version: 0.0.6
Summary: funrec
Author-email: niuliangtao <farfarfun@qq.com>
Maintainer-email: 牛哥 <niuliangtao@qq.com>, farfarfun <farfarfun@qq.com>
Project-URL: Organization, https://github.com/farfarfun
Project-URL: Repository, https://github.com/farfarfun/funrec
Project-URL: Releases, https://github.com/farfarfun/funrec/releases
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: funlog-tau>=1.0.1
Requires-Dist: funutil>=1.0.53
Requires-Dist: scikit-learn>=1.6.0
Requires-Dist: torch>=2.5.0
Requires-Dist: tqdm>=4.67.0

# funrec
代码依赖 "scikit-learn>=1.6.0", "torch>=2.5.0", "tqdm>=4.67.0"

## 安装
```bash
pip install funrec
```

## 使用

可参考 example下的实例


## 感恩的心

*  [DeepCTR](https://zhuanlan.zhihu.com/p/53231955)  易用可扩展的深度学习点击率预测算法包  
    * [DeepCTR](https://github.com/shenweichen/DeepCTR.git) tf版本的，兼容 *tf 1.x* 和 *tf 2.x*
    * [DeepCTR-Torch](https://github.com/shenweichen/DeepCTR-Torch.git) torch版本的，本项目中大量代码来源于此
* *fun-rec* 推荐系统的整体介绍，包含 推荐系统概述、推荐算法基础、推荐系统实战和推荐系统面经
    * [文档](https://datawhalechina.github.io/fun-rec/#/)
    * [源码](https://github.com/datawhalechina/fun-rec.git)

