sktime/sktime
[ENH] Support for Xarray DataArray objects as input into .fit methods
Aberta
#4.888 aberto em 15 de jul. de 2023
enhancementfeature requestgood first issuemodule:datatypes
Métricas do repositório
- Stars
- (7.162 estrelas)
- Métricas de merge de PR
- (Mesclagem média 26d 10h) (86 fundiu PRs em 30d)
Description
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