Skip to content

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

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 #15019

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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