sktime/sktime
[ENH] Support for Xarray DataArray objects as input into .fit methods
开放
#4,888 创建于 2023年7月15日
enhancementfeature requestgood first issuemodule:datatypes
仓库指标
- 星标
- (7,162 个星标)
- PR 合并指标
- (平均合并 26天 10小时) (30 天内合并 86 个 PR)
描述
Is your feature request related to a problem? Please describe. I'm reviewing the tutorials and see that pandas panel objects are accepted along with 3D numpy arrays.
Pandas panels have been discontinued for a while in favor of Xarray: https://pandas.pydata.org/pandas-docs/version/0.24/reference/api/pandas.Panel.html
Describe the solution you'd like Accept 3D Xarray objects
Describe alternatives you've considered Numpy 3D
Additional context