Add 4 Machine Learning Algorithms: Decision Tree Pruning, Logistic Regression, Naive Bayes, and PCA #15024
Annotations
10 errors
Ruff (N803):
machine_learning/pca_from_scratch.py#L211
machine_learning/pca_from_scratch.py:211:29: N803 Argument name `X` should be lowercase
|
Ruff (N806):
machine_learning/pca_from_scratch.py#L207
machine_learning/pca_from_scratch.py:207:9: N806 Variable `X_transformed` in function should be lowercase
|
Ruff (N806):
machine_learning/pca_from_scratch.py#L204
machine_learning/pca_from_scratch.py:204:9: N806 Variable `X_standardized` in function should be lowercase
|
Ruff (N803):
machine_learning/pca_from_scratch.py#L183
machine_learning/pca_from_scratch.py:183:25: N803 Argument name `X` should be lowercase
|
Ruff (N806):
machine_learning/pca_from_scratch.py#L165
machine_learning/pca_from_scratch.py:165:9: N806 Variable `X_standardized` in function should be lowercase
|
Ruff (N803):
machine_learning/pca_from_scratch.py#L133
machine_learning/pca_from_scratch.py:133:19: N803 Argument name `X` should be lowercase
|
Ruff (N803):
machine_learning/pca_from_scratch.py#L79
machine_learning/pca_from_scratch.py:79:42: N803 Argument name `X` should be lowercase
|
Ruff (N806):
machine_learning/pca_from_scratch.py#L75
machine_learning/pca_from_scratch.py:75:9: N806 Variable `X_standardized` in function should be lowercase
|
Ruff (N803):
machine_learning/pca_from_scratch.py#L49
machine_learning/pca_from_scratch.py:49:33: N803 Argument name `X` should be lowercase
|
Ruff (E501):
machine_learning/naive_bayes_laplace.py#L222
machine_learning/naive_bayes_laplace.py:222:89: E501 Line too long (108 > 88)
|