1

I do not notice any performance improvements when using GaussianProcessRegressor on a machine which has 8 cores (16 threads), although i do only use physical cores. So I wonder, is the GaussianProcessRegressor class in sklearn.gaussian_process able to take the advantage of multiple processors/cores/threads?

Current scenario

Time on 4 cores case: 0.57
Time on 8 cores case: 0.56

Not a notable speedup. This time just scope fit_transform over data chunks. So no overhead is timed.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.