Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API] (re-)design of data loader mechanism #1716

Open
fkiraly opened this issue Nov 13, 2024 · 0 comments
Open

[API] (re-)design of data loader mechanism #1716

fkiraly opened this issue Nov 13, 2024 · 0 comments
Labels
API design API design & software architecture enhancement New feature or request

Comments

@fkiraly
Copy link
Collaborator

fkiraly commented Nov 13, 2024

There are a some good reasons to re-design the data loader mechanism:

  1. current coupling to pd.DataFrame
  2. which makes it problematic for large data sets, see [ENH] enable large data use cases - decouple data input from pandas, allow polars, dask, and/or spark #1685
  3. automatically splits the data which is not always required, see [ENH] TimeSeriesDataSet inference mode (?) #1711

This issue is to collect ideas for a re-design. FYI @sktime/core-developers

@fkiraly fkiraly added enhancement New feature or request API design API design & software architecture labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API design API design & software architecture enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant