predict.MLPRegressor {hana.ml.r}R Documentation

Predict using MLP Regressor

Description

Predict using the multi-layer perceptron model.

Usage

## S3 method for class 'MLPRegressor'
predict(model, data, key, features = NULL)

Arguments

model

R6Class object MLPRegressor object for predict.

data

DataFrame DataFrame containing the data.

key

character Name of the ID column.

features

LISTOFSTRINGS, optional Names of the feature columns. If 'features' is not provided, it defaults to all the non-ID columns.

Details

MLP Regressor predict

Value

DataFrame


[Package hana.ml.r version 1.0.8 Index]