Learn R Programming

easyml (version 0.1.0)

generate_predictions: Generate predictions for a model.

Description

Generate predictions for a model.

Usage

generate_predictions(object)

Arguments

object

A list of class easy_*, where * is the name of the algorithm.

Value

A list of matrixes, the generated predictions.

See Also

Other generate: generate_coefficients, generate_model_performance, generate_variable_importances