本页是 /projects/bagelquant-core/ 的中文版本。专有名词和代码标识保持英文,以便和包 API 对齐。
bagelquant-core is the shared research kernel for the BagelQuant ecosystem.
It turns aligned panel data into lazy graph logic that can be composed,
executed, cached, and reused.
What It Contains
Domain,Panel, andCategoryPaneldata containers.- Lazy
Graphobjects for factor, prediction, and weight logic. - Transformer functions for unary panel operations.
- Composer functions for multi-input operations.
- Internal execution runtime and operation metadata.