StatMixedML / Py-BoostLSS

An extension of Py-Boost to probabilistic modelling
Apache License 2.0
20 stars 0 forks source link

Use on `cpu` ? #3

Closed tim-x-y-z closed 1 year ago

tim-x-y-z commented 1 year ago

Is there anyway we can use the package on a cpu ? If so, anything would need to be adjusted ?

StatMixedML commented 1 year ago

@tim-habitat Thanks for your interest in the project.

Is there anyway we can use the package on a cpu ?

I am afraid no. Since the models are developed for runtime efficiency, both the base Py-Boost and Py-BoostLSS models work only on GPU.