Skip to content
/ splash Public

Splashing a User Interface onto h2o MOJO Files

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ML4LHS/splash

Repository files navigation

splash: Splashing a User Interface onto h2o MOJO Files

When supplied with the path to an h2o mojo (.zip) file, splash builds an interactive document (.Rmd file), provides an h2o-genmodel.jar file, and launches the interactive document using rmarkdown::render().

Installation

You can install the development version of splash from GitHub with:

remotes::install_github('ML4LHS/splash')

Here is how it works

library(splash)

temp_dir = file.path(tempdir(), 'splash_test')

dir.create(temp_dir)

file.copy(from = system.file('extdata/prostate_model.zip', package = 'splash'),
          to = file.path(temp_dir, 'prostate_model.zip'))

splash(file.path(temp_dir, 'prostate_model.zip'), overwrite = TRUE)

Screenshot of splash

About

Splashing a User Interface onto h2o MOJO Files

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages