mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +08:00
DO NOT MERGE: Test Python 3.14
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user