dmlc/xgboost

Better support for mypy.

Open

#6.496 geöffnet am 13. Dez. 2020

Auf GitHub ansehen
 (20 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)C++ (8.872 Forks)batch import
feature-requestgood first issue

Repository-Metriken

Stars
 (28.376 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 18h) (34 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide