h2oai / h2o4gpu

H2Oai GPU Edition
Apache License 2.0
456 stars 96 forks source link

take of dask or cupy arrays as input for logistic regression, elastic_net, ridge and linear_regression #836

Open retimadangol opened 4 years ago

retimadangol commented 4 years ago

Description

H2o4GPU algorithms currently only take as input Numpy arrays and do not currently support Dask arrays or cupy arrays:

add capability to use dask and cuppy array as input for logistic regression, elastic_net, ridge and linear_regression for h2o4gpu.

https://support.h2o.ai/a/tickets/96840