Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -98,9 +98,9 @@ metric_choices <- c(
|
|
98 |
"Mean AUTOC RATE Ratio with PC" = "AUTOC_rate_std_ratio_mean_pc",
|
99 |
"Mean AUTOC RATE with PC" = "AUTOC_rate_mean_pc",
|
100 |
"Mean SD of AUTOC RATE with PC" = "AUTOC_rate_std_mean_pc",
|
101 |
-
"Mean Variable Importance (
|
102 |
-
"Mean Variable Importance (
|
103 |
-
"Mean Fraction of Top k Features (
|
104 |
"Mean RMSE" = "RMSE"
|
105 |
)
|
106 |
|
|
|
98 |
"Mean AUTOC RATE Ratio with PC" = "AUTOC_rate_std_ratio_mean_pc",
|
99 |
"Mean AUTOC RATE with PC" = "AUTOC_rate_mean_pc",
|
100 |
"Mean SD of AUTOC RATE with PC" = "AUTOC_rate_std_mean_pc",
|
101 |
+
"Mean Variable Importance (Image 1)" = "MeanVImportHalf1",
|
102 |
+
"Mean Variable Importance (Image 2)" = "MeanVImportHalf2",
|
103 |
+
"Mean Fraction of Top k Features (Image 1)" = "FracTopkHalf1",
|
104 |
"Mean RMSE" = "RMSE"
|
105 |
)
|
106 |
|