Skip to content

[FEATURE]: Outlier detection for numerical values #359

@mwojtyczka

Description

@mwojtyczka

Is there an existing issue for this?

  • I have searched the existing issues

Problem statement

Outliers can skew analytics and affect ML model performance. Detecting and addressing them early is critical during preprocessing.

The solution could identify extreme values in numerical data using standard statistical methods, e.g.:

    • IQR (Interquartile Range)
    • Z-score
    • MAD (Median Absolute Deviation)

Proposed Solution

Outlier detection for numerical value.

Additional Context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions