Add 4 Machine Learning Algorithms: Decision Tree Pruning, Logistic Regression, Naive Bayes, and PCA #15020
Annotations
10 errors
|
Ruff (N806):
machine_learning/logistic_regression_vectorized.py#L465
machine_learning/logistic_regression_vectorized.py:465:9: N806 Variable `X_train` in function should be lowercase
|
|
Ruff (N806):
machine_learning/logistic_regression_vectorized.py#L461
machine_learning/logistic_regression_vectorized.py:461:9: N806 Variable `X` in function should be lowercase
|
|
Ruff (N806):
machine_learning/logistic_regression_vectorized.py#L440
machine_learning/logistic_regression_vectorized.py:440:9: N806 Variable `X` in function should be lowercase
|
|
Ruff (N806):
machine_learning/logistic_regression_vectorized.py#L433
machine_learning/logistic_regression_vectorized.py:433:9: N806 Variable `X` in function should be lowercase
|
|
Ruff (N803):
machine_learning/logistic_regression_vectorized.py#L388
machine_learning/logistic_regression_vectorized.py:388:21: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/logistic_regression_vectorized.py#L356
machine_learning/logistic_regression_vectorized.py:356:23: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/logistic_regression_vectorized.py#L324
machine_learning/logistic_regression_vectorized.py:324:29: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/logistic_regression_vectorized.py#L253
machine_learning/logistic_regression_vectorized.py:253:19: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/logistic_regression_vectorized.py#L177
machine_learning/logistic_regression_vectorized.py:177:9: N803 Argument name `X` should be lowercase
|
|
Ruff (N803):
machine_learning/logistic_regression_vectorized.py#L122
machine_learning/logistic_regression_vectorized.py:122:9: N803 Argument name `X` should be lowercase
|