dmlc/xgboost

Better support for mypy.

Open

#6.496 aberto em 13 de dez. de 2020

Ver no GitHub
 (20 comments) (3 reactions) (0 assignees)C++ (8.872 forks)batch import
feature-requestgood first issue

Métricas do repositório

Stars
 (28.376 stars)
Métricas de merge de PR
 (Mesclagem média 3d 18h) (34 fundiu PRs em 30d)

Description

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.

Guia do colaborador