Isolation Forest (ML_ISF)
This function isolates outliers by creating binary trees to efficiently separate normal data points from anomalies based on their low-dimensional representations.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_ISF",
"args": {
"model_name": "IsolateForest",
"random_state": 0
}
}Building a Isolation Forest Anomaly Detection model
Isolation Forest
Request Body
Name
Type
Description
Sample Request
Detecting Anomalies with Isolation Forest
Isolation Forest Predict
Request Body
Name
Type
Description
Sample Request
Evaluating Anomaly Detection with Isolation Forest
Isolation Forest Metrics
Request Body
Name
Type
Description
Last updated