h2o4gpu
h2o4gpu copied to clipboard
H2Oai GPU Edition
### Description `h2o4gpu.LogisticRegression` uses `solver='liblinear'` as default, but in `sklearn` 0.22 the default solver has been changed in `'lbfgs'`.
### Environment (for bugs) - **OS platform, distribution and version (e.g. Linux Ubuntu 16.04)**: Ubuntu 16.04.6 LTS - **Installed from (source or binary)**: pip - **Version**: 0.4.0 - **Python version...
* Feature/enhancement requests and discussion. ### Description H2o4GPU algorithms currently only take as input Numpy arrays and do not currently support Dask arrays or cupy arrays: add capability to use...
https://github.com/h2oai/LightGBM/tree/0558587b53b78b37daf85410a17c69ac476c713c [lgbm.zip](https://github.com/h2oai/h2o4gpu/files/4292298/lgbm.zip)
If i run the below command i am getting attached error. conda install -c h2oai h2o4gpu-cuda10 - **OS platform, distribution and version ( Ubuntu 16.04.6 )**: - **Installed from (source...
Please do not use issues to ask questions. For questions use either [StackOverflow](https://stackoverflow.com/questions/tagged/h2o4gpu) (`h2o4gpu` tag) or [Gitter](https://gitter.im/h2oai/h2o4gpu?utm_source=share-link&utm_medium=link&utm_campaign=share-link). GitHub issues are used for: * Bug reporting. * Feature/enhancement requests and discussion....
When I set `loss=quantile` and `alpha=0.9`, the result is still the same as the regression with `loss=ls`. I wonder if there are any other parameters to be set as well,...