Add 4 Machine Learning Algorithms: Decision Tree Pruning, Logistic Regression, Naive Bayes, and PCA #15013
Annotations
10 errors
|
Ruff (N806):
machine_learning/decision_tree_pruning.py#L601
machine_learning/decision_tree_pruning.py:601:5: N806 Variable `X` in function should be lowercase
|
|
Ruff (N806):
machine_learning/decision_tree_pruning.py#L582
machine_learning/decision_tree_pruning.py:582:5: N806 Variable `X` in function should be lowercase
|
|
Ruff (N803):
machine_learning/decision_tree_pruning.py#L526
machine_learning/decision_tree_pruning.py:526:21: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/decision_tree_pruning.py#L511
machine_learning/decision_tree_pruning.py:511:23: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/decision_tree_pruning.py#L471
machine_learning/decision_tree_pruning.py:471:9: N803 Argument name `X_val` should be lowercase
|
|
Ruff (N803):
machine_learning/decision_tree_pruning.py#L469
machine_learning/decision_tree_pruning.py:469:9: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/decision_tree_pruning.py#L420
machine_learning/decision_tree_pruning.py:420:30: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/decision_tree_pruning.py#L272
machine_learning/decision_tree_pruning.py:272:38: N803 Argument name `X_val` should be lowercase
|
|
Ruff (N803):
machine_learning/decision_tree_pruning.py#L194
machine_learning/decision_tree_pruning.py:194:9: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/decision_tree_pruning.py#L128
machine_learning/decision_tree_pruning.py:128:15: N803 Argument name `X` should be lowercase
|