Added Customized XGBoostClassifier #12343
Annotations
10 errors and 1 warning
Ruff (F811):
machine_learning/xgboost_classifier.py#L25
machine_learning/xgboost_classifier.py:25:7: F811 Redefinition of unused `XGBClassifier` from line 8
|
Ruff (E501):
machine_learning/xgboost_classifier.py#L45
machine_learning/xgboost_classifier.py:45:89: E501 Line too long (94 > 88)
|
Ruff (N803):
machine_learning/xgboost_classifier.py#L66
machine_learning/xgboost_classifier.py:66:19: N803 Argument name `X` should be lowercase
|
Ruff (N806):
machine_learning/xgboost_classifier.py#L89
machine_learning/xgboost_classifier.py:89:9: N806 Variable `F` in function should be lowercase
|
Ruff (B007):
machine_learning/xgboost_classifier.py#L92
machine_learning/xgboost_classifier.py:92:13: B007 Loop control variable `t` not used within loop body
|
Ruff (N806):
machine_learning/xgboost_classifier.py#L94
machine_learning/xgboost_classifier.py:94:13: N806 Variable `exp_F` in function should be lowercase
|
Ruff (E501):
machine_learning/xgboost_classifier.py#L104
machine_learning/xgboost_classifier.py:104:89: E501 Line too long (102 > 88)
|
Ruff (N803):
machine_learning/xgboost_classifier.py#L117
machine_learning/xgboost_classifier.py:117:29: N803 Argument name `X` should be lowercase
|
Ruff (N806):
machine_learning/xgboost_classifier.py#L131
machine_learning/xgboost_classifier.py:131:9: N806 Variable `F` in function should be lowercase
|
Ruff (N806):
machine_learning/xgboost_classifier.py#L138
machine_learning/xgboost_classifier.py:138:9: N806 Variable `exp_F` in function should be lowercase
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|