Implement XGBoost Classifier and Regressor from Scratch #9856
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.
|