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

Rolling reference comparisons #184

Open
sbrugman opened this issue Dec 16, 2021 · 0 comments · May be fixed by #197 or #235
Open

Rolling reference comparisons #184

sbrugman opened this issue Dec 16, 2021 · 0 comments · May be fixed by #197 or #235
Assignees
Labels
enhancement New feature or request

Comments

@sbrugman
Copy link
Collaborator

A wide variety of references is provided by popmon out-of-the-box. A reference may be static (a fixed training set, or the current dataset itself for exploratory data analysis) or dynamic (sliding or growing as more data becomes available). The reference is compared against batches, and they can be sequential (batched) or sliding (rolling).

Popmon should enable all combinations, and currently lacks external reference + rolling comparison.

Reference Compare to Implemented
Self-reference Static Self (batched)
External reference Static Batched
Rolling reference Rolling Rolling/sliding
Expanding reference Expanding Rolling/sliding
External reference Static Rolling/sliding

Thanks to @LorenaPoenaru!

@sbrugman sbrugman added the enhancement New feature or request label Dec 16, 2021
@sbrugman sbrugman linked a pull request May 9, 2022 that will close this issue
@sbrugman sbrugman linked a pull request Jul 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants