DO NOT MERGE: Test Python 3.14

This commit is contained in:
Christian Clauss
2025-05-07 20:10:05 +01:00
parent d0d7f0b18a
commit 2cbe01ab8c
8 changed files with 43 additions and 11 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.