README.md

MLstudio

Overview

The ML Studio is an interactive platform for data visualization, statistical modeling and machine learning applications. Based on Shiny and shinydashboard interface, with Plotly interactive data visualization, DT HTML tables and H2O machine learning and deep learning algorithms. The ML Studio provides a set of tools for the data science pipeline workflow. More details available on the package vignette.

The ML Studio package

Currently available features:

  1. Data Management -
  2. Ability to load data from installed R package, R environment and/or csv file
  3. Modify variables attributes
  4. Data summary with dplyr functions
  5. Interactive data visualization tool with the Plotly package, that include:
  6. Scatter, line, histogram correlation, etc.
  7. Time series plots – seasonality, correlation etc.
  8. Machine learning and deep learning algorithms with the H2O package, currently only classification models available (Deep Learning, Random Forest, GBM, GLM)

Under construction features:

  1. Machine learning -
  2. In depth model summary
  3. Ability to compare, select and save models
  4. Regression models
  5. The caret functions and models
  6. H2O grid search and autoML
  7. Deep learning applications with Keras
  8. Time series and forecasting -
  9. Tools for time series analysis
  10. Forecasting models with the forecast package
  11. Data visualization – extending the current functionality

Installation

The package is available for installation with the devtools package (if devetools package is not installed please use install.packages("devtools") to install it).

# Install the MLstudio
devtools::install_github("RamiKrispin/MLstudio")

Please note – the H2O package may require additional Java adds-in (if not installed) and therefore is listed under the “Suggests” packages list of the MLstudio package (and not under the Imports or Depends list) and won’t be installed automatically during the installation of the MLstudio package. More information about the installation of H2O can be find in H2O documentation (under the "INSTALL IN R" tab).

Launch the App

The app is launched from R and opened on the default web browser (running best on Google Chrome). To open the app please use:

# Launch the MLstudio
runML()


RamiKrispin/MLstudio documentation built on May 28, 2019, 2:26 p.m.