-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'NoneType' object has no attribute 'make_ptr_double' #860
Comments
I had to set solver = 'lbfgs' in clf_sklearn = linear_model.LogisticRegression() |
I checked with get_gpu_info_c it's not detecting gpu, So while setting solver = 'lbfgs' it's selecting backend='sklearn' but when I am setting backend='h2o4gpu', I am getting same error :
|
I am having the same issue but at line 380 in OP error message with the Lasso example on github giving:
|
Hitting the same problem. Anyone had any luck with this? |
I am working with h2o4gpu and trying to run the example provided on github.
But it's giving me this error :
I have installed h20 and h2o4gpu in separate python env with python 3.7 with cuda 10.1
How I can resolve this?
The text was updated successfully, but these errors were encountered: