Package: shinyML
Type: Package
Title: Compare H20 or Spark Supervised Regression Models Using Shiny
        App
Version: 0.1.1
Author: Jean Bertin
Maintainer: Jean Bertin <jean.bertin@gadz.org>
Description: Implementation of a shiny app to easily compare supervised regression model performances. 
    You provide the data and configure each model parameter directly on the shiny app.  
    Four main supervised learning algorithms can be tested either on Spark or H2O frameworks to suit your regression problem on a given time series.
    Implementation of these time series forecasting methods on R has been done by Shmueli and Lichtendahl (2015, ISBN:0991576632).
License: GPL-3
Encoding: UTF-8
Imports: shiny(>= 1.0.3), shinydashboard, h2o, shinyWidgets, dygraphs,
        plotly, sparklyr, tidyr, DT, ggplot2, shinycssloaders
Suggests: knitr, rmarkdown, covr, testthat
Depends: dplyr, data.table
LazyData: True
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-08-09 14:01:42 UTC; BERTIN
Repository: CRAN
Date/Publication: 2019-08-09 14:30:06 UTC
