tlg265
1
I'm working on a Regression
problem with Neural Networks
using H2O
.
My dataset is really big with millions of observations and lot of continuous
and discreate variables
.
When initializing H2O
I do:
h2o.init(ip = "<IP>", port = <PORT>, ...)
I'm wondereing if is there any chance for me to train my models on remote computers. Of course, I know I will have to pay for that service.
Any suggestion about this?
Thanks!
You can deploy a h2o cluster on AWS, see the documentation
http://docs.h2o.ai/h2o/latest-stable/h2o-docs/cloud-integration/aws.html
2 Likes
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.