Test on Python 3.14 (#12710)

This commit is contained in:
Christian Clauss
2025-10-07 18:23:37 +02:00
committed by GitHub
parent 7530a417e8
commit 9372040da9
8 changed files with 42 additions and 12 deletions

View File

@@ -42,8 +42,6 @@ def xgboost(features: np.ndarray, target: np.ndarray) -> XGBClassifier:
def main() -> None:
"""
>>> main()
Url for the algorithm:
https://xgboost.readthedocs.io/en/stable/
Iris type dataset is used to demonstrate algorithm.