gabrielhribeiro / PortifolioSP500

An approach using Pycaret lib, beta variance and yahoo finance to generate metrics to compose a future stock portfolio.
0 stars 1 forks source link

iterate_predicted_stocks #2

Open geofffoster opened 1 year ago

geofffoster commented 1 year ago

When running

iterate_predicted_stocks('2015-01-01', '2022-12-25', 30, 10 ,5)

It just crashed after running for a few hours. I've got 64G of ram (12 cores - but I only see it using 4 - I might need to set another parameter to get it to use more cores).

How much memory are you using to run this?

I'm using Pycaret 3.0rc6 - which is easier to install that [full] - that might be the real issue here...

geofffoster commented 1 year ago

installed Pycaret 2 [full] and re-ran - same result. Reduced time to - '2021-01-01', '2022-12-25' and it ran. this can be closed