dmlc/xgboost

Better support for mypy.

开放

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

 (20 条评论) (3 个反应) (0 位负责人)C++ (8,872 个派生)batch import
feature-requestgood first issue

仓库指标

星标
 (28,376 个星标)
PR 合并指标
 (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.

贡献者指南