Refined vs unrefined anomaly?
- 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