btctrading icon indicating copy to clipboard operation
btctrading copied to clipboard

Multithreading

Open imkane opened this issue 8 years ago • 1 comments

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 avatar Sep 13 '17 20:09 imkane

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

imkane avatar Sep 13 '17 21:09 imkane