h2o4gpu
h2o4gpu copied to clipboard
H2Oai GPU Edition
Hi Developers, I just downloaded the h2o4gpu package for R 3.5.2 and tried running the examples. While running the gradient boosting classifier, i got the following error : System Information...
This issue is meant to measure the interest level of the community for Windows platform support. Please express your interest by putting a +1 in the comments.
Hi, I just downloaded the h2o4gpu package for R 4.0.2 and tried running the examples. While running the elastic net regression, i got the following error : System Information :...
I am working with h2o4gpu and trying to run the example provided on github. ``` import h2o4gpu import sklearn from sklearn.datasets import load_breast_cancer from sklearn.model_selection import train_test_split from sklearn import...
Original serial algo: https://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf GPU based implementations: 1. CUDA-DClust: http://www.dbs.ifi.lmu.de/Publikationen/Boehm/CIKM_09.pdf. It uses a collision matrix approach to name clusters. also has an index data structure on GPU that helps reduce...
I've recently installed h2o4gpu and I've been able to successfully run the test code provided on the README.md file. However, I can't run any algorithm using the GPU because the...
H2o4gpu's predict_proba() for Logistic Regression is returning [[True True False False ... False True False]]. Sklearn's predict_proba() for Logistic Regression is returning [0.323 0.343 0.284 0.12 ... 0.123 0.543].
Is this already possible in Python API in a similar fashion to sklearn (e.g. http://scikit-learn.org/stable/modules/model_persistence.html)? What about the H2O ones? @navdeep-G We need these methods for R API as well,...
`mr-0xp2` has 4 gpus and 2 tests are constantly failing ``` 16:05:50 =================================== FAILURES =================================== 16:05:50 _________________________ TestKmeans.test_fit_iris[C] __________________________ 16:05:50 [gw1] linux -- Python 3.6.4 /opt/h2oai/h2o4gpu/python/bin/python 16:05:50 16:05:50 self =...
### Description `h2o4gpu.LogisticRegression` uses `multi_class='ovr'` as default, but in `sklearn` 0.22 the default value has been changed in `'auto'`.