sktime/sktime
在 GitHub 查看[ENH] deduplicate `polars` and `gluonts` check logic in `datatypes` module
Open
#7,226 创建于 2024年10月5日
enhancementgood first issuemodule:datatypes
仓库指标
- Star
- (7,162 star)
- PR 合并指标
- (平均合并 26天 10小时) (30 天内合并 86 个 PR)
描述
Logic related to checking and conversion of polars and gluonts data types seems to be scattered across the datatypes module. This is also highly duplicative.
Optimally, the logic gets moved and deduplicated inside datatypes._adapter.gluonts or polars.
Contributors should branch off https://github.com/sktime/sktime/pull/7161 if it is not yet merged, to avoid clashes with the ongoing refactor.