dmlc/xgboost

Better support for mypy.

Offen

#6.496 geöffnet am 13.12.2020

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

Repository-Metriken

Stars
 (28.376 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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