mi_predict_new {MantaID}R Documentation

Predict new data with trained learner.

Description

Predict new data with trained learner.

Usage

mi_predict_new(data, learner)

Arguments

data

A dataframe.

learner

A R6 class object.

Value

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


[Package MantaID version 1.0.2 Index]