h2o4gpu
h2o4gpu copied to clipboard
H2Oai GPU Edition
Following the instructions in section [Running Jupyter Notebooks with Docker](https://github.com/h2oai/h2o4gpu#running-jupyter-notebooks-with-docker) of the [README](https://github.com/h2oai/h2o4gpu) file results in the below kernel error when trying to launch a Python 3 notebook from the...
https://medium.com/@amimahloof/how-to-package-a-python-project-with-all-of-its-dependencies-for-offline-install-7eb240b27418
OS: Fedora 27 x86-64 Installed from: source Version: 1dad27d CUDA: 9.2 Issue: numeric headers and blas header are missing.
Currently the KMeans|| initialization algorithm is performed on the CPU (https://github.com/h2oai/h2o4gpu/blob/master/src/gpu/kmeans/kmeans_h2o4gpu.cu#L367) which is a major bottleneck in cases where the data is large (for example Homesite Kaggle dataset). It would...
For now, h2o4gpu's build procedure is mostly governed by makefiles and shell scripts. I think it might be more convenient for development if one can choose to build various modules...
### Environment (for bugs) - **OS platform, distribution and version (e.g. Linux Ubuntu 16.04)**: Linux Ubuntu 16.04 - **Installed from (source or binary)**: source - **Version**: @commitID abe45eeb717d5ab4fee2f5b1386c82c93f14ab33 - **Python...
### Environment (for bugs) - **OS platform, distribution and version (e.g. Linux Ubuntu 16.04)**: Linux-4.4.0-96-generic-x86_64-with-debian-stretch-sid - **Installed from (source or binary)**: binary (/bleeding-edge/ai/h2o/h2o4gpu/0.2-nccl-cuda8/h2o4gpu-0.2.0.9999-cp36-cp36m-linux_x86_64.whl - **H2O4GPU Version**: h2o4gpu 0.2.0.9999+master.038c69c - **Python...
I am thinking about including h2ogpu in this CRAN task view: https://CRAN.R-project.org/view=ModelDeployment It seems like we don't have MOJO/POJO support yet. Maybe this is part of the Java wrapper? Note...
Lets see if we can use tSVD internally! 1) Choose a set of datasets, they should be diverse (different types of columns, different sizes) but preferably something users would use...