Hi all,

The previous week, I've been looking into H-2-O library and how to
integrate it with java. Unfortunately, H-2-O is quite well established for
python and R, but not for Java. That is, there aren't resources explaining
how to use H-2-O in Java other than the Javadoc itself.

Their google group suggests one way to use H2O in java is to call H2O via
the rest API. However, in that case again, there aren't any examples
explaining how to properly use the REST API. But there are few resources
such as https://github.com/h2oai/h2o-2/wiki/REST-API

One options mentioned is to run an example in python and refer the
commands.log to see the actual http requests made to h-2-o and figure out
how REST API works. (This is what I'm doing right now) (
https://groups.google.com/forum/#!topic/h2ostream/9EYXHYXqBxo)

Also I posted a question in the google group, asking whether any examples
in Java is available.

Thanks

-- 
Regards,

Thushan Ganegedara
School of IT
University of Sydney, Australia
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to