complete != combined
This commit is contained in:
parent
2a05a98474
commit
9f899d026d
1 changed files with 1 additions and 1 deletions
2
ml/ui.R
2
ml/ui.R
|
@ -59,7 +59,7 @@ dashboardPage(skin="purple",
|
|||
dashboardBody(
|
||||
useShinyjs(),
|
||||
#plotlyOutput("plot", height = 800),
|
||||
box(plotOutput("plot"), width="100%"),
|
||||
box(plotOutput("plot"), width="100%", title="Baseline Model (all features)"),
|
||||
box(plotOutput("feature_plot"), width="100%", title="Feature Selection (no resampling)"),
|
||||
# %>% withSpinner(color="#0dc5c1"), # uncomment if you want the spinner
|
||||
#downloadButton("save", "Download Plot"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue