Convert all strings to categorical/enum values inside the given Frame.
Convert all strings to categorical/enum values inside the given Frame.
Call fr.update() after it if you already have a lock or consider calling it inside withLockAndUpdate method which obtains the lock, updates the frame and releases the lock
H2O Frame type
frame to update
frame with string columns replaced by categoricals
Convert specific columns to categoricals
Convert specific columns to categoricals
H2O Frame type
frame to update
indices of the columns to turn into categoricals
frame with specified columns replaced by categoricals
Convert specific columns to categoricals
Convert specific columns to categoricals
H2O Frame type
frame to update
indices of the columns to turn into categoricals
frame with specified columns replaced by categoricals
Inner join two frames
Inner join two frames
left frame
right frame
joining method
new frame
Join H2O frames
Join H2O frames
left frame
right frame
all X values
all Y values
joining method
Left join two frames
Left join two frames
left frame
right frame
joining method
new frame
Outer join two frames
Outer join two frames
left frame
right frame
joining method
new frame
Right join two frames
Right join two frames
left frame
right frame
joining method
new frame
Split H2O Frame into multiple frames according to specified ratios.
Split H2O Frame into multiple frames according to specified ratios. The output keys need to be specified in advance. This method keeps the order of the data
H2O Frame Type
frame to split
output keys
output ratios
array of frames
Split & Shuffle H2O Frame into multiple frames according to specified ratios.
Split & Shuffle H2O Frame into multiple frames according to specified ratios. The output keys need to be specified in advance. The order of the data is not kept.
H2O Frame Type
frame to split
output keys
output ratios
array of frames
This method should be used whenever the Frame needs to be updated.
This method should be used whenever the Frame needs to be updated. This method ensures to use proper locking mechanism.
H2O Frame Type
frame to update
function to run on the frame
returns the updated frame