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

Add an anomaly detection for standalone indicators #3370

Open
Tracked by #3340
larsyencken opened this issue Oct 4, 2024 · 0 comments
Open
Tracked by #3340

Add an anomaly detection for standalone indicators #3370

larsyencken opened this issue Oct 4, 2024 · 0 comments
Assignees

Comments

@larsyencken
Copy link
Collaborator

larsyencken commented Oct 4, 2024

Overview

Using ChatGPT or another method, create an online method for detecting notable outliers or potential data errors.

Prior art

See the "Find interesting views" tab of the ETL Insighter, which truncates an indicator to the last 20 years and feeds the data plus a prompt to ChatGPT 4o.

Challenges

  • The 128k context window is not enough to put the entire data series in
    • You could pass the data file for use with code interpreter (likely worse results)
    • You could truncate the data (e.g. last 20 years)
    • You could split the data into multiple chunks, and do detection on each chunk
    • You could thumbnail subsets of the data, and do detection based on thumbnails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants