tidyverts / tidyverts/fable

Add support for model based outlier detection

Open
#160 7 comments 8 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
R
Stars
588
Forks
71
Avg merge
1h 58m
Merged PRs (30d)
1

Description

The signature that I'm imagining for this function is:
outliers(model, data, level, ...)

Which returns a tibble containing the rows from data which are classified as outliers from model at a given level of confidence.

A default method is also defined which uses quantiles of residuals.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by reviewing the proposed outliers(model, data, level, ...) entry point and its default residual-quantile behavior; done means returning a tibble containing the rows classified as outliers at the requested confidence level.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.