Added best_random_state_in_random_forest.py file an algorithm to find best random state of random forest classifier #11597
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.
|