tristandeleu / pytorch-meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
https://tristandeleu.github.io/pytorch-meta/
MIT License
1.97k stars 256 forks source link

Can I use this repo in time series regression or classification? #96

Closed sunfu12 closed 3 years ago

sunfu12 commented 3 years ago

I want to use meta learning in time series (such as stock price) regression or classification, can I use this repo? How to do it?

tristandeleu commented 3 years ago

This library provides dataloaders for both regression problems and classification problems, so you can use it for both type of problems. If you want to create your own dataset (for stock price), then I suggest you have a look at the Sinusoid dataset for inspiration.