dmlc/xgboost

Better support for mypy.

Aperta

#6496 aperta il 13 dic 2020

 (20 commenti) (3 reazioni) (0 assegnatari)C++ (8872 fork)batch import
feature-requestgood first issue

Metriche repository

Star
 (28.376 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor