Model names not showing from a list using performance::compare_performance() in r
Summary The issue arises when using the performance::compare_performance() function in R to compare the performance of multiple models stored in a list. Key issue: the model names are replaced by generic names (e.g., “Model 1”, “Model 2”, etc.) instead of their original names. This occurs because the compare_performance() function does not properly handle the model … Read more