1 Star 0 Fork 1

gsj/xgboost_ray

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import find_packages, setup
setup(
name="xgboost_ray",
packages=find_packages(where=".", include="xgboost_ray*"),
version="0.0.6",
author="Ray Team",
description="A Ray backend for distributed XGBoost",
long_description="A distributed backend for XGBoost built on top of "
"distributed computing framework Ray.",
url="https://github.com/ray-project/xgboost_ray",
install_requires=[
"xgboost>=0.90", "ray", "numpy>=1.16,<1.20", "pandas", "pyarrow"
])
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gsj2021/xgboost_ray.git
git@gitee.com:gsj2021/xgboost_ray.git
gsj2021
xgboost_ray
xgboost_ray
master

搜索帮助