Skip to content

Implement XGBoost Classifier and Regressor from Scratch #9843

Implement XGBoost Classifier and Regressor from Scratch

Implement XGBoost Classifier and Regressor from Scratch #9843

Triggered via pull request October 1, 2024 15:20
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): machine_learning/xgboost_classifier.py#L1
machine_learning/xgboost_classifier.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (N803): machine_learning/xgboost_classifier.py#L23
machine_learning/xgboost_classifier.py:23:19: N803 Argument name `X` should be lowercase
Ruff (E501): machine_learning/xgboost_classifier.py#L25
machine_learning/xgboost_classifier.py:25:89: E501 Line too long (89 > 88)
Ruff (W293): machine_learning/xgboost_classifier.py#L27
machine_learning/xgboost_classifier.py:27:1: W293 Blank line contains whitespace
Ruff (W293): machine_learning/xgboost_classifier.py#L31
machine_learning/xgboost_classifier.py:31:1: W293 Blank line contains whitespace
Ruff (W293): machine_learning/xgboost_classifier.py#L35
machine_learning/xgboost_classifier.py:35:1: W293 Blank line contains whitespace
Ruff (W293): machine_learning/xgboost_classifier.py#L38
machine_learning/xgboost_classifier.py:38:1: W293 Blank line contains whitespace
Ruff (N803): machine_learning/xgboost_classifier.py#L42
machine_learning/xgboost_classifier.py:42:23: N803 Argument name `X` should be lowercase
Ruff (W293): machine_learning/xgboost_classifier.py#L45
machine_learning/xgboost_classifier.py:45:1: W293 Blank line contains whitespace
Ruff (W293): machine_learning/xgboost_classifier.py#L48
machine_learning/xgboost_classifier.py:48:1: W293 Blank line contains whitespace