Get Best Embedding from Summary

get_best_dim(summary, metric = "auc", by = "weighted.rela")

Arguments

summary

the summary object from output of function get_eval_embed.

metric

Metric for evaluation (Columns in summary evaluation dataframes). Options could be: #"pairs", "auc", "cut/0.01", "cut/0.05", "cut/0.1", "TPR/0.01", "TPR/0.05" or "TPR/0.1". By default is auc.

by

The evaluation object, options can be seems in plot summary file (the legend). By default is weighted.rela.