Skip to contents

Predict new data with a trained learner.

Usage

mi_predict_new(data, result, ifnet = F)

Arguments

data

A dataframe.

result

The result object from a previous training.

ifnet

A boolean indicating if a neural network is used for prediction.

Value

A data frame that contains features and 'predict' class.