
The “h2o.randomForest” Function in R
Performs Random Forest modeling for classification and regression tasks.
The “h2o.deeplearning” Function in R
Performs Deep Learning modeling for classification and regression tasks.
The “h2o.gbm” Function in R
Performs Gradient Boosting Machine (GBM) modeling for classification and regression tasks.
The “h2o.table” Function in R
To compute the frequency table of a column in an H2O data frame.
The “h2o.cor” Function in R
To compute the correlation matrix for numeric columns of an H2O data frame.
The “h2o.str” Function in R
To display the structure of an H2O data frame, including column names, types, and summary statistics.
The “h2o.levels” Function in R
To retrieve the levels of a categorical column in an H2O data frame.
The “h2o.dim” Function in R
To retrieve the dimensions (number of rows and columns) of an H2O data frame.
The “h2o.describe” Function in R
To provide a detailed description of an H2O data frame, including column names, data types, number of missing values, summary statistics, and distribution of factors.
The “h2o.uploadFile” Function in R
To upload a file into the H2O cluster’s key-value store.
The “h2o.assign” Function in R
To assign an H2OFrame to a key in the H2O cluster’s key-value store.
The “h2o.importFile” Function in R
To import a file into H2O’s distributed key-value store.
The “h2o.init” Function in R
To initialize an H2O cluster in R for distributed machine learning tasks.
The “read_csv2” Function in R
To read a CSV file with a comma as the decimal point into a data frame.