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