Add 4 Machine Learning Algorithms: Decision Tree Pruning, Logistic Regression, Naive Bayes, and PCA #15019
Annotations
10 errors
|
Ruff (N806):
machine_learning/logistic_regression_vectorized.py#L464
machine_learning/logistic_regression_vectorized.py:464:9: N806 Variable `X_train` in function should be lowercase
|
|
Ruff (N806):
machine_learning/logistic_regression_vectorized.py#L460
machine_learning/logistic_regression_vectorized.py:460:9: N806 Variable `X` in function should be lowercase
|
|
Ruff (N806):
machine_learning/logistic_regression_vectorized.py#L439
machine_learning/logistic_regression_vectorized.py:439: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
|