[Tutorial] G-Research kaggle competition for crypto prediction #489
-
I am new to this package and was interested to understand it better. To do so, I planning to test all the available features using data provided by g-research crypto forecasting competition What will be the result of this PR.
What I need.
Timeline
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I am starting with one step ahead predictions |
Beta Was this translation helpful? Give feedback.
-
Do you want to open a Discussion about price predictions? Kaggle seems to have a tight schedule, but if it is not a problem I think one option is to first try some commodity that may have better predictability due to cycles in nature. The Kaggle challenge is difficult because they are basically asking to disprove the random walk theory, and it might be impossible if random walk theory is correct. |
Beta Was this translation helpful? Give feedback.
-
Hi @INF800 Welcome to the community! However, as @torronen mentioned, stock markets, and mostly also crypto markets are not predictable as traditional time series. Because, when they are, someone will find out how, make money, and in doing so, remove the predictability. I look forward to hear of your progress. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, I'm not sure if anyone is still watching this old topic; we'll see. I am working with data with datapoints one per minute, with perhaps some points missing. The length of the data is maybe a month or so. The prediction should be the next (few) datapoint(s) or perhaps only if they are higher or lower than the last one seen. Given that neural_prophet looks at yearly/weekly/daily seasonality, should I scale my timeline to one minute -> one day to take advantage of these features? Thanks |
Beta Was this translation helpful? Give feedback.
Hi @gezabohus you can define a custom seasonality of any period!
here's some inspiration:
https://neuralprophet.com/how-to-guides/feature-guides/conditional_seasonality_peyton.html