Added an Isolation Forest algorithm for anomaly detection #11573
Annotations
7 errors
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 (108 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L17
machine_learning/isolation_forest_for_anamoly_prediction.py:17:89: E501 Line too long (102 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L23
machine_learning/isolation_forest_for_anamoly_prediction.py:23:89: E501 Line too long (113 > 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 (92 > 88)
|
Ruff (E501):
machine_learning/isolation_forest_for_anamoly_prediction.py#L27
machine_learning/isolation_forest_for_anamoly_prediction.py:27:89: E501 Line too long (96 > 88)
|
Ruff (F841):
machine_learning/isolation_forest_for_anamoly_prediction.py#L62
machine_learning/isolation_forest_for_anamoly_prediction.py:62:5: F841 Local variable `predictions` is assigned to but never used
|
ruff
Process completed with exit code 1.
|