Implement XGBoost Classifier and Regressor from Scratch [Pls label me for Hacktoberfest-24] #9857
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 (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#L34
machine_learning/xgboost_classifier.py:34:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/xgboost_classifier.py#L37
machine_learning/xgboost_classifier.py:37:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/xgboost_classifier.py#L40
machine_learning/xgboost_classifier.py:40:1: W293 Blank line contains whitespace
|
Ruff (E501):
machine_learning/xgboost_classifier.py#L43
machine_learning/xgboost_classifier.py:43:89: E501 Line too long (89 > 88)
|
Ruff (W293):
machine_learning/xgboost_classifier.py#L44
machine_learning/xgboost_classifier.py:44: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
|
Ruff (W293):
machine_learning/xgboost_classifier.py#L51
machine_learning/xgboost_classifier.py:51:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/xgboost_classifier.py#L59
machine_learning/xgboost_classifier.py:59:1: W293 Blank line contains whitespace
|