feat: add omni-scient-0.1.0 champion-challenger ensemble#167
Open
suryanshsrivastava wants to merge 6 commits into
Open
feat: add omni-scient-0.1.0 champion-challenger ensemble#167suryanshsrivastava wants to merge 6 commits into
suryanshsrivastava wants to merge 6 commits into
Conversation
added 6 commits
July 9, 2026 19:54
GM Modular — deterministic, pure-stdlib champion-challenger forecaster. Segments each series (stable/seasonal/lumpy/volatile/new), runs four candidate models (SNAIVE, AVG3, SIDX, Holt-Winters), picks champion per series by WAPE on a held-out validation window. - Zero pretrained dependencies — trains from scratch on each task - Includes quantile estimates via residual std dev scaling - Handles NaN/inf in input data gracefully
Contributor
|
Hi @suryanshsrivastava thanks for your contribution. The scores for the proposed model look much worse than currently the worst baseline considered in the benchmark. I don't think we want to include the proposed model to the leaderboard at this point.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Omni-Scient v0.1.0 — Champion-Challenger Ensemble
A deterministic, pure-stdlib forecasting ensemble. Part of the Omni model family.
Architecture
Characteristics
numpybeyond the Python standard libraryFiles
models/omni-scient/model.py— fev model wrappermodels/omni-scient/requirements.txt— pinned depsbenchmarks/fev_bench/results/omni-scient-0.1.0.csv— full benchmark (100/100 tasks)Vision
omni-scient is being developed as a foundational time series forecasting model.
This v0.1 is a narrow champion-challenger baseline — the first step toward a pretrained
foundation model in the Omni family.