calculate_best_validation_internal_by_metrics function

Method that calculates which algorithm and which metric behaves best for the datasets provided.

Method that calculates which algorithm and which metric behaves best for the datasets provided.

calculate_best_validation_internal_by_metrics(df, metric)

Arguments

  • df: Data matrix or data frame.
  • metric: String with the metric.

Returns

Return a table with the algorithm and the best performing metric for the datasets.