Added an Isolation Forest algorithm for anomaly detection #11572
Annotations
10 errors
Ruff (I001):
machine_learning/isolation_forest_for_anamoly_prediction.py#L1
machine_learning/isolation_forest_for_anamoly_prediction.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W291):
machine_learning/isolation_forest_for_anamoly_prediction.py#L2
machine_learning/isolation_forest_for_anamoly_prediction.py:2:40: W291 Trailing whitespace
|
Ruff (W293):
machine_learning/isolation_forest_for_anamoly_prediction.py#L13
machine_learning/isolation_forest_for_anamoly_prediction.py:13:1: W293 Blank line contains whitespace
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L15
machine_learning/isolation_forest_for_anamoly_prediction.py:15:89: E501 Line too long (108 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L16
machine_learning/isolation_forest_for_anamoly_prediction.py:16:89: E501 Line too long (102 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L22
machine_learning/isolation_forest_for_anamoly_prediction.py:22:89: E501 Line too long (113 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L25
machine_learning/isolation_forest_for_anamoly_prediction.py:25:89: E501 Line too long (92 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L26
machine_learning/isolation_forest_for_anamoly_prediction.py:26:89: E501 Line too long (96 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L38
machine_learning/isolation_forest_for_anamoly_prediction.py:38:89: E501 Line too long (90 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L40
machine_learning/isolation_forest_for_anamoly_prediction.py:40:89: E501 Line too long (97 > 88)
|