1 Star 0 Fork 1

gsj/xgboost_ray

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kai Fricke 提交于 2020-10-20 11:43 . Pull data instead of pushing
# Python byte code files
*.pyc
python/.eggs
# Backup files
*.bak
# Emacs temporary files
*~
*#
# Debug symbols
*.pdb
# Visual Studio files
/packages
*.suo
*.user
*.VC.db
*.VC.opendb
# Protobuf-generated files
*_pb2.py
*.pb.h
*.pb.cc
# Ray cluster configuration
scripts/nodes.txt
# OS X folder attributes
.DS_Store
# Debug files
*.dSYM/
*.su
# Python setup files
*.egg-info
# Compressed files
*.gz
# Datasets from examples
**/MNIST_data/
**/cifar-10-batches-bin/
# Generated documentation files
/doc/_build
/doc/source/_static/thumbs
/doc/source/tune/generated_guides/
# User-specific stuff:
.idea/
# Pytest Cache
**/.pytest_cache
**/.cache
.benchmarks
python-driver-*
# Vscode
.vscode/
*.iml
# python virtual env
venv
# pyenv version file
.python-version
# Vim
.*.swp
*.swp
tags
# Emacs
.#*
# tools
tools/prometheus*
# ray project files
project-id
.mypy_cache/
# XGBoost models from examples
*.xgb
# Downloaded test data
*.csv
*.csv.gz
*.parquet
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gsj2021/xgboost_ray.git
git@gitee.com:gsj2021/xgboost_ray.git
gsj2021
xgboost_ray
xgboost_ray
master

搜索帮助