Learn R Programming

easyml (version 0.1.0)

set_plot_model_performance: Set plot model performance function.

Description

Sets the function responsible for plotting the measures of model performance generated from the predictions generated from a fitted model.

Usage

set_plot_model_performance(measure)

Arguments

measure

A function; the function for measuring the results. Defaults to NULL.

Value

TA function; the function for plotting the measures of model performance generated from the predictions generated from a fitted model.

See Also

Other setters: set_categorical_variables, set_column_names, set_cores, set_dependent_variable, set_independent_variables, set_looper_, set_looper, set_measure, set_parallel, set_plot_predictions, set_preprocess, set_random_state, set_resample