h2o4gpu
h2o4gpu copied to clipboard
Fallback to CPU/sklearn when GPU fails (e.g. out of memory)
And, fallback to CPU or sklearn if n_gpu=0 is set and we have no CPU algorithm except scikit-learn's. E.g, if CPU lib not found for kmeans, revert to sklearn.