gpt4 book ai didi

r - 在 Shiny App 中训练模型时显示加载标志

转载 作者:行者123 更新时间:2023-12-04 03:03:43 26 4
gpt4 key购买 nike

我正在制作一个 Shiny 应用程序,在其中单击 actionButton 时,将使用 caret 包训练模型。由于此训练需要时间 - 大约 4-5 分钟 - 我想在应用程序中显示加载标志或加载 GIF,在模型训练后显示结果。否则,用户将不知道发生了什么或模型何时被训练。

谢谢

最佳答案

您可以在 ui.R 中使用加载微调器

# loading the library
library(shinycssloaders)
withSpinner()

# For example, if you have the plot for which you would like to show loading spinner before it's gets drawn while making some data manipulation
withSpinner(plotOutput("my_plot"))

您可以在 https://cran.r-project.org/web/packages/shinycssloaders/README.html 上找到有关它的更多信息。

关于r - 在 Shiny App 中训练模型时显示加载标志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46596996/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com