I'm trying to setup h2o4gpu library to be used in Kaggle competition, but I haven't found any useful resource to install/setup the environment. How do I set it up step by step?
I have tried using the R package installation guide from this source : https://github.com/h2oai/h2o4gpu
But I still cannot make it work. I'm using below code, it installs the h2o4gpu package for R but I still receive error.
if (!require(devtools)) install.packages("devtools")
devtools::install_github("h2oai/h2o4gpu", subdir = "src/interface_r")
I'm hoping a simple step by step guide. Thank you.