I made a starter for Numerai Signals some time ago in the kaggle platform. The purpose was to encourage more people to join the Signals. This is another Signals starter using YFinance (free) stock price data, which I also update on a daily basis as a kaggle dataset.
I needed to change my kaggle dataset a bit to avoid the potential OOM issue. If you use my kaggle dataset for the Numerai Signals, please see the following discussion to follow what has been changed:
thanks for the quick reply. i have tried use API to download the yahoo data. It took me around 1HR. but still working. unfortunately, my colab was crashed in the later steps due to lack of enough resource.
I need to figure the way to reduce the memory usage. btw, can you help come out al light version of data set, like SP500, rather than whole 5K stocks prediction which is pretty heavy to those free environment. Just a thought, and hope it can work.
kastu1110, i have just tried Kaggle notebook. the whole script is running fine, expect the final submission session. i made some minor changes and be able to submit it. thanks again of sharing the code.