-
Notifications
You must be signed in to change notification settings - Fork 190
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
about get_datasets Function: Train Dataset Length Issue and Code Structure Review #196
Comments
Hi @kujhin thank you for your interest in Granite-TSFM. I will give an overview of the
Splitting the dataThe data can be split in a few different ways. One can provide absolute indices or relative fractions. When creating the splits a
Then the following start and end indices will be used for each split: Training and applying preprocessorAfter splitting the data, the TimeSeriesPreprocessor instance passed to the Optional fewshot trainingIf fewshot training is enabled (by passing Creating the torch datasetsOnce the pandas dataframes are selected and preprocessed they are passed to |
could you show me how the get_datasets function is structured? When I tried to use it with my data, the length of train_dataset came out as 1, so I'd like to check how this function works.
The text was updated successfully, but these errors were encountered: