Create a new H2OFrame based on existing Frame referenced by its id.
Transforms Dataset[Supported type] to H2OFrame
Transform DataFrame to H2OFrame
Transforms RDD[Supported type] to H2OFrame
A generic convert of Frame into Product RDD type
A generic convert of Frame into Product RDD type
Consider using asH2OFrame since asRDD has several limitations such as that asRDD can't be used in Spark REPL in case we are RDD[T] where T is class defined in REPL. This is because class T is created as inner class and we are not able to create instance of class T without outer scope - which is impossible to get.
This code: hc.asRDD[PUBDEV458Type](rdd) will need to be call as hc.asRDD[PUBDEV458Type].apply(rdd)
Convert given H2O frame into a Product RDD type
Convert given H2O frame into a Product RDD type
Consider using asH2OFrame since asRDD has several limitations such as that asRDD can't be used in Spark REPL in case we are RDD[T] where T is class defined in REPL. This is because class T is created as inner class and we are not able to create instance of class T without outer scope - which is impossible to get.
Used backend
Used backend
An address of H2O node with exposed REST endpoint
REST relative path representing a specific call
H2O conf object
A type that the result will be deserialized to
An address of H2O node with exposed REST endpoint
REST relative path representing a specific call
H2O conf object
Query parameters
The list of field specifications that are skipped during deserialization. The specification consists of the class containing the field and the field name.
A deserialized object
Return a copy of this H2OContext's configuration.
Return a copy of this H2OContext's configuration. The configuration cannot be changed at runtime.
Returns location of REST API of H2O client
Returns IP of H2O client
Returns port where H2O REST API is exposed
Define implicits available via h2oContext.implicits._
An address of H2O node with exposed REST endpoint
REST relative path representing a specific call
H2O conf object
Query parameters
HttpUrlConnection facilitating the insertion and holding the outputStream
H2O node descriptor
REST relative path representing a specific call
H2O conf object
Query parameters
HttpUrlConnection facilitating the insertion and holding the outputStream
Open H2O Flow running in this client.
Open browser for given address.
Open browser for given address.
address to open in browser, e.g., http://example.com
A type that the result will be deserialized to
An address of H2O node with exposed REST endpoint
REST relative path representing a specific call
H2O conf object
Query parameters
The list of field specifications that are skipped during deserialization. The specification consists of the class containing the field and the field name.
A deserialized object
Stops H2O context.
Stops H2O context.
stop also spark context
A type that the result will be deserialized to
An address of H2O node with exposed REST endpoint
REST relative path representing a specific call
H2O conf object
Query parameters
The list of field specifications that are skipped during deserialization. The specification consists of the class containing the field and the field name.
A deserialized object
Create new H2OContext based on provided H2O configuration