Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support missing value imputation #1305

Open
kaituo opened this issue Sep 9, 2024 · 0 comments
Open

[FEATURE] Support missing value imputation #1305

kaituo opened this issue Sep 9, 2024 · 0 comments
Labels

Comments

@kaituo
Copy link
Collaborator

kaituo commented Sep 9, 2024

Is your feature request related to a problem?
The Imputation option allows you to address missing data in your streams. You can choose from the following methods to handle gaps:

What solution would you like?

  • Ignore Missing Data (Default): The system continues without factoring in missing data points, maintaining the existing data flow.
  • Fill with Custom Values: Specify a custom value for each feature to replace missing data points, allowing for targeted imputation tailored to your data.
  • Fill with Zeros: Replace missing values with zeros, ideal when the absence of data itself indicates a significant event, such as a drop to zero in event counts.
  • Use Previous Values: Fill gaps with the last observed value, maintaining continuity in your time series data. This method treats missing data as non-anomalous, carrying forward the previous trend.

Using these options can improve recall in anomaly detection. For instance, if you're monitoring for drops in event counts, including both partial and complete drops, filling missing values with zeros helps detect significant data absences, improving detection recall.

@kaituo kaituo added enhancement New feature or request untriaged feature new feature and removed enhancement New feature or request untriaged labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant