Method that calculates which algorithm and which metric behaves best for the datasets provided.
calculate_best_validation_internal_by_metrics(df, metric)
df
: Data matrix or data frame.metric
: String with the metric.Return a table with the algorithm and the best performing metric for the datasets.