linkedin / linkedin/luminol

Refined vs unrefined anomaly?

Open
#46 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.2k
Forks
217
PR merge metrics
No merged PRs in 30d

Description

In the constants section it says:

```{.python}
# Indicate which algorithm to use to calculate anomaly scores.
ANOMALY_DETECTOR_ALGORITHM = 'bitmap_detector'

# Indicate which algorithm to use to get refined maximal score within each anomaly.
ANOMALY_DETECTOR_REFINE_ALGORITHM = 'exp_avg_detector'
```

What does this mean?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the constants section containing ANOMALY_DETECTOR_ALGORITHM and ANOMALY_DETECTOR_REFINE_ALGORITHM, then trace the referenced anomaly-detection algorithms to understand their roles. Done means the documentation clearly explains the difference between refined and unrefined anomaly scores and what each setting controls.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.