h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

H2Oai GPU Edition

Results 104 h2o4gpu issues
Sort by recently updated
recently updated
newest added

Currently, we only support dense matrices.

feature request
tsvd

Research if we can gain anything from it and if so implement our tSVD algo using Intel DAAL. Things to look into: 1) how long it would take 2) can...

C++
feature request
tsvd

Implement KMeans on DAAL, preferably in C++ so it's accessible in Python and R.

Python
C++

Let's figure out if we can use [scikit-learn's CV functions](http://scikit-learn.org/stable/modules/cross_validation.html) to perform cross-validation of the estimators, while still training on GPUs. We need a generic way to do CV on...

Python
feature request

We should implement stacking, as there are not many (if any) stacking implementations for GPUs. This will require writing wrappers in Python and then adding some code to the R...

new algo

*) compute capability from xgboost code *) deviceQuery *) malloc (for testing) https://stackoverflow.com/questions/5730010/pycuda-querying-device-status-memory-specifically

Python

When running KMeans and GPU GLM benchmarks the performance on a volta machine is twice as slow when compared to a pascal machine. The benchmark scripts I am running are...

performance

* Implementation should be in cpp/cu files mostly * DRY the code so we don't duplicate it

C++
CUDA
refactoring
glm

In both Python and C/C++ code we could use a simple annotation/preprocessor directive that would time the running time of each method. For Python we could do something similar to...

enhancement
performance