R MLstudio

The ML Studio is interactive for EDA, statistical modeling and machine learning applications. Based on Shiny, with Plotly interactive data visualization, DT HTML tables and H2O machine learning and deep. data science pipeline workflow.

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
  • R (programming language)
-
No reviews
4likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Stats

 Tags

R MLstudio News & Activities

Highlights All activities

Recent activities

No activities found.

R MLstudio information

  • Developed by

    Unknown
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  71 Stars
  •  26 Forks
  •  1 Open Issues
  •   Updated  
View on GitHub
R MLstudio was added to AlternativeTo by dimlakgorkehgz on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

Featured in Lists

R packages are much easier to explore if finding and writing each function is done for you. GUIs presented here do …

List by dimlakgorkehgz with 13 apps, updated

Predictive analytics - machine learning is when a lot of data is used to predict some other data by finding which …

List by dimlakgorkehgz with 19 apps, updated

What is R MLstudio?

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:

Data Management -

Ability to load data from installed R package, R environment and/or csv file Modify variables attributes Data summary with dplyr functions

Interactive data visualization tool with the Plotly package, that include:

Scatter, line, histogram correlation, etc. Time series plots – seasonality, correlation etc.

Machine learning and deep learning algorithms with the H2O package, currently only classification models available (Deep Learning, Random Forest, GBM, GLM)

Under construction features:

Machine learning -

In depth model summary Ability to compare, select and save models Regression models The caret functions and models H2O grid search and autoML Deep learning applications with Keras

Time series and forecasting -

Tools for time series analysis Forecasting models with the forecast package

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")

Official Links