xlearn
大家都知道sklearn这玩意,听说过xlearn 吗?
xLearn 是一款高性能的,易用的,并且可扩展的机器学习算法库,你可以用它来解决大规模机器学习问题,尤其是大规模稀疏数据机器学习问题。
官方文档
https://xlearn-doc-cn.readthedocs.io/en/latest/python_api/
在近年来,大规模稀疏数据机器学习算法被广泛应用在各种领域,例如广告点击率预测、推荐系统等。现在 xLearn 将会是你更好的选择,因为 xLearn 几乎囊括了这些系统的全部功能。
安装
https://xlearn-doc-cn.readthedocs.io/en/latest/install/install_windows.html
window 要安装Visual Studio 2017和cmake编译,我赶紧选用ubuntu安装
https://xlearn-doc-cn.readthedocs.io/en/latest/install/index.html
建议通过源码安装
从源码安装 xLearn 分为两个步骤:
首先,我们需要编译 xLearn 得到 xlearn_train 和 xlearn_predict 这两个可执行文件。
从 Github 上 clone 下 xLearn 源代码:
git clone https://github.com/aksnzhy/xlearn.git
cd xlearn
mkdir build
cd build
cmake ../
make
./run_example.sh
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
之后,你就可以通过 install-python.sh 脚本来安装 xLearn Python 包:
cd python-p
文章来源: maoli.blog.csdn.net,作者:刘润森!,版权归原作者所有,如需转载,请联系作者。
原文链接:maoli.blog.csdn.net/article/details/102251394
- 点赞
- 收藏
- 关注作者
评论(0)