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

A quick guide to fine-tune from pandas dataframe #47

Open
pranjal-joshi opened this issue Apr 17, 2024 · 3 comments
Open

A quick guide to fine-tune from pandas dataframe #47

pranjal-joshi opened this issue Apr 17, 2024 · 3 comments

Comments

@pranjal-joshi
Copy link

Hi,
The current fine-tuning notebook on colab uses gluon-ts datasets.
Can you quickly demonstrate fine-tuning for any open-source dataset in a pandas dataframe?
That will be helpful for the larger audience.
Thanks.

@ashok-arjun
Copy link
Contributor

Hi Pranjal,

I agree; that'd be useful.

I haven't got the time to get to making a full-fledged demo for finetuning yet, unfortunately.

I initially expected that things would work out of the box when the code to load data for any dataset (taken from Colab demo 1) is put together with the code to finetune. I haven't tested this yet. Have you tried doing this?

@julian-vp
Copy link

Hi Arjun,

Great job with this project!

I think what would be useful is if you could point us to some examples how to prepare the train and test datasets for the fine tunning code using from pandas dataframe.

Regards.

@pranjal-joshi
Copy link
Author

Hi @ashok-arjun

The Colab-1 code worked to create a GluonTS dataset from pandas and the zero shot forecasting also worked on it.
I will update here once I experiment with the fine-tuning using this dataset.

Thanks for guiding me in the correct direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants