dmlc/xgboost

Better support for mypy.

Open

#6,496 创建于 2020年12月13日

在 GitHub 查看
 (20 评论) (3 反应) (0 负责人)C++ (8,872 fork)batch import
feature-requestgood first issue

仓库指标

Star
 (28,376 star)
PR 合并指标
 (平均合并 3天 18小时) (30 天内合并 34 个 PR)

描述

Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.

贡献者指南