Package 'mlr3shiny'

Title: Machine Learning in 'shiny' with 'mlr3'
Description: A web-based graphical user interface to provide the basic steps of a machine learning workflow. It uses the functionalities of the 'mlr3' framework.
Authors: Laurens Tetzlaff [aut, cre], Gero Szepannek [aut], Alexander Frahm [aut], Dominic Henning [aut], Jakob Steinbrink [aut]
Maintainer: Laurens Tetzlaff <[email protected]>
License: BSD_2_clause + file LICENSE
Version: 0.4.0
Built: 2024-11-07 05:30:15 UTC
Source: https://github.com/lamate/mlr3shiny

Help Index


Title Launch mlr3shiny

Description

Launch an instance of mlr3shiny to perform machine learning in Shiny using mlr3.

Usage

launchMlr3Shiny(test = FALSE)

Arguments

test

Argument used for testing purposes. Default is FALSE.

Value

None

Examples

if (interactive()) {
   launchMlr3Shiny()
}