evaluate_problem: Generic function for evaluation of test results

Description Usage Arguments Value Methods (by class)

Description

Generic function for evaluation of test results

Usage

1
2
3
4
5
6
7
evaluate_problem(test, prediction, observations)

## S3 method for class 'classification'
evaluate_problem(test, prediction, observations)

## S3 method for class 'regression'
evaluate_problem(test, prediction, observations)

Arguments

test

The test that was run

prediction

A vector of predictions for each row in the holdout set

observations

The true observations for the dependent value in the holdout set

Value

An object of class 'evaluation', which contains a list of performance measures and a test object.

Methods (by class)


crtests documentation built on May 1, 2019, 9:09 p.m.