项目作者: Coorsaa

项目描述 :
shiny-mlr: Integration of the mlr package into shiny
高级语言: R
项目地址: git://github.com/Coorsaa/shinyMlr.git
创建时间: 2016-08-23T12:50:10Z
项目社区:https://github.com/Coorsaa/shinyMlr

开源协议:Other

下载


shinyMlr: Integration of the mlr package into shiny

Build Status
CRAN Status Badge
CRAN Downloads

With help of this package mlr can be accessed via a shiny interface.

This project has started last year and contains now mlr‘s major functionalities:

  • Data import
  • Data exploration and preprocessing
  • Creating regression or classification tasks
  • Making use of any mlr learner
  • Tuning of learner hyper parameters
  • Training and predicting a model
  • Benchmark experiments with different learners and measures
  • Many visualisations

Installation and starting shinyMlr

You can simply install the package from github:

  1. devtools::install_github("mlr-org/shinyMlr")

Starting shinyMlr:

  1. runShinyMlr()

Problems with rJava on OSX Yosemite

If rJava fails to load, this link might be helpful!