Skip to content

Add 4 Machine Learning Algorithms: Decision Tree Pruning, Logistic Regression, Naive Bayes, and PCA #15020

Add 4 Machine Learning Algorithms: Decision Tree Pruning, Logistic Regression, Naive Bayes, and PCA

Add 4 Machine Learning Algorithms: Decision Tree Pruning, Logistic Regression, Naive Bayes, and PCA #15020

Triggered via pull request October 8, 2025 19:23
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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