The goal of shinyexperiments
is to provide a
shiny
interface to the
tidymodels
machine learning framework
while preserving and enhancing its underlying data science principles.
This package is currently in active development and is not yet ready for use. If you are interested in trying out the development version, you can install and run it by running the following commands
# install.packages("pak")
pak::pak("barnesparker/shinyexperiments")
shinyexperiments::run_app()