-
Notifications
You must be signed in to change notification settings - Fork 25
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
Stock price forecasting demo #79
Comments
The model tests provide a good starting point for how to use the API. |
@JustinShenk is Traja currently limited to predicting all the input variables, or is there a way to pass specific endpoints or select a subset of inputs for prediction? Ex. for this stock market price forecasting use case you would want to use (at least) volume, open, close and price as inputs, and then predict only the price. |
Yes,currently Traja doesn't support user specified variable prediction. Yes, by f:R^n-->R^m where m<<n, we can exploit traja models and ripe better predictive performance. A simple work around is to
Thanks for the issue. |
@Justus-M does this look like something you could help with? |
Hi guys, sorry I never followed up on this. I did immediately spend some time looking at the documentation to try and implement this. I couldn't get it to run, and as my Pytorch experience is limited (I'm used to TensorFlow) it just ended up being much more time-consuming than initially expected, so I decided not to continue as it wasn't a priority and I have a lot on my plate at the moment. I've uploaded some high resolution (minute level) long term apple stock price data, in case someone from the Traja team would like to test it themselves: |
Thanks in any case, Justus, for the update and sharing the data!
…On Fri, Jan 28, 2022 at 2:36 PM Justus ***@***.***> wrote:
Hi guys, sorry I never followed up on this. I did immediately spend some
time looking at the documentation to try and implement this. I couldn't get
it to run, and as my Pytorch experience is limited (I'm used to TensorFlow)
it just ended up being much more time-consuming than initially expected, so
I decided not to continue as I've got a lot on my plate at the moment.
I've uploaded some high resolution (minute level) long term apple stock
price data, in case someone from the Traja team would like to test it
themselves:
https://drive.google.com/file/d/15Lhx9Txmxz7xvM0rFJ4HvMBwkUvdwyhB/view?usp=sharing
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOLMZAOKCHOD7GK4WZQVXDUYKLVJANCNFSM42HFZYDA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Demonstrate Traja with a stock market price forecasting example.
Good place to start is the Colab notebook: https://colab.research.google.com/github/justinshenk/traja/blob/master/demo.ipynb
The text was updated successfully, but these errors were encountered: