bukosabino / btctrading

Time Series Forecast with Bitcoin value, to detect upward/down trends with Machine Learning Algorithms
MIT License
153 stars 47 forks source link

Multithreading #13

Open imkane opened 6 years ago

imkane commented 6 years ago

I've been reading about multithreading w/ Python. It looks like this the current code doesn't do it, but I'm not 100% sure?

https://machinelearningmastery.com/best-tune-multithreading-support-xgboost-python/

Any thoughts on this?

imkane commented 6 years ago

Maybe it just uses multiple cores automatically?

I did some tests with Google Cloud Compute Engine:

1 cpu = 664 s 2 cpu = 485 s 4 cpu = 259 s