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

Add support for a transformers datasets load #24

Open
Lopa10ko opened this issue Apr 3, 2024 · 0 comments
Open

Add support for a transformers datasets load #24

Lopa10ko opened this issue Apr 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Lopa10ko
Copy link
Member

Lopa10ko commented Apr 3, 2024

Add transformation functions from DatasetDict to pytsbe-native long-formatted data source.

This issue is specifically aimed at avoiding the use of the "save to csv first and then upload files to pytsbe" workaround.

Example of `load_dataset` usecase
from datasets import load_dataset

configs = [
    'australian_electricity_demand',
    'bitcoin', 'car_parts', 'cif_2016',
    'covid_deaths', 'fred_md', 'hospital',
]

dataset_mapping = dict()

for config in configs:
    dataset_mapping[config] = load_dataset('monash_tsf', config)

from colab

@Lopa10ko Lopa10ko added the enhancement New feature or request label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant