Skip to content

Added best_random_state_in_random_forest.py file an algorithm to find best random state of random forest classifier #11597

Added best_random_state_in_random_forest.py file an algorithm to find best random state of random forest classifier

Added best_random_state_in_random_forest.py file an algorithm to find best random state of random forest classifier #11597

Triggered via pull request October 25, 2024 07:30
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (I001): machine_learning/best_random_state_in_random_forest.py#L1
machine_learning/best_random_state_in_random_forest.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (N806): machine_learning/best_random_state_in_random_forest.py#L30
machine_learning/best_random_state_in_random_forest.py:30:5: N806 Variable `X_train` in function should be lowercase
Ruff (N806): machine_learning/best_random_state_in_random_forest.py#L30
machine_learning/best_random_state_in_random_forest.py:30:14: N806 Variable `X_test` in function should be lowercase
Ruff (N806): machine_learning/best_random_state_in_random_forest.py#L36
machine_learning/best_random_state_in_random_forest.py:36:5: N806 Variable `X_train_scaled` in function should be lowercase
Ruff (N806): machine_learning/best_random_state_in_random_forest.py#L37
machine_learning/best_random_state_in_random_forest.py:37:5: N806 Variable `X_test_scaled` in function should be lowercase
Ruff (E501): machine_learning/best_random_state_in_random_forest.py#L54
machine_learning/best_random_state_in_random_forest.py:54:89: E501 Line too long (103 > 88)
ruff
Process completed with exit code 1.