Skip to contents

This function identifies a primary key from a list of Evaluated objects.

Usage

identify_primary_key_from_EvaluatedList(object)

Arguments

object

object of class EvaluatedList

Value

A character vector.

Details

Currently, elements can be uniquely grouped by four identifiers:

  1. the learning method, 2) the hyperparameter configuration,

  2. the response type, 4) the sampling strategy. This function extracts the related values from the EvaluatedList object and check if multiple values are present in order to identify a unique key.

Author

Alessandro Barberis