Skip to content

Implement XGBoost Classifier and Regressor from Scratch #9856

Implement XGBoost Classifier and Regressor from Scratch

Implement XGBoost Classifier and Regressor from Scratch #9856

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (N803): machine_learning/xgboost_classifier.py#L24
machine_learning/xgboost_classifier.py:24:19: N803 Argument name `X` should be lowercase
Ruff (E501): machine_learning/xgboost_classifier.py#L26
machine_learning/xgboost_classifier.py:26:89: E501 Line too long (89 > 88)
Ruff (N803): machine_learning/xgboost_classifier.py#L43
machine_learning/xgboost_classifier.py:43:23: N803 Argument name `X` should be lowercase
Ruff (N803): machine_learning/xgboost_regressor.py#L23
machine_learning/xgboost_regressor.py:23:19: N803 Argument name `X` should be lowercase
Ruff (F821): machine_learning/xgboost_regressor.py#L33
machine_learning/xgboost_regressor.py:33:20: F821 Undefined name `DecisionTreeRegressor`
Ruff (N803): machine_learning/xgboost_regressor.py#L42
machine_learning/xgboost_regressor.py:42:23: N803 Argument name `X` should be lowercase
ruff
Process completed with exit code 1.