All Projects → egenn → Rtemis

egenn / Rtemis

Advanced Machine Learning and Visualization

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Rtemis

Drake
An R-focused pipeline toolkit for reproducibility and high-performance computing
Stars: ✭ 1,301 (+1115.89%)
Mutual labels:  rstats
Ggbernie
A ggplot2 geom for adding Bernie Sanders to ggplot2
Stars: ✭ 96 (-10.28%)
Mutual labels:  rstats
Fastrtext
R wrapper for fastText
Stars: ✭ 103 (-3.74%)
Mutual labels:  rstats
Refmanager
R package RefManageR
Stars: ✭ 90 (-15.89%)
Mutual labels:  rstats
Elevatr
An R package for accessing elevation data
Stars: ✭ 95 (-11.21%)
Mutual labels:  rstats
Shinycustomloader
Add a custom loader for R shiny
Stars: ✭ 97 (-9.35%)
Mutual labels:  rstats
Zelig
A statistical framework that serves as a common interface to a large range of models
Stars: ✭ 89 (-16.82%)
Mutual labels:  rstats
Particles
A particle simulation engine based on a port of d3-force
Stars: ✭ 104 (-2.8%)
Mutual labels:  rstats
Monkeylearn
⛔️ ARCHIVED ⛔️ 🐒 R package for text analysis with Monkeylearn 🐒
Stars: ✭ 95 (-11.21%)
Mutual labels:  rstats
Ml Lib
An extensive machine learning library, made from scratch (Python).
Stars: ✭ 102 (-4.67%)
Mutual labels:  machine-learning-library
Refinr
Cluster and merge similar char values: an R implementation of Open Refine clustering algorithms
Stars: ✭ 91 (-14.95%)
Mutual labels:  rstats
Splashr
💦 Tools to Work with the 'Splash' JavaScript Rendering Service in R
Stars: ✭ 93 (-13.08%)
Mutual labels:  rstats
Rorcid
A programmatic interface the Orcid.org API
Stars: ✭ 101 (-5.61%)
Mutual labels:  rstats
Gistr
Interact with GitHub gists from R
Stars: ✭ 90 (-15.89%)
Mutual labels:  rstats
Repo 2016
R, Python and Mathematica Codes in Machine Learning, Deep Learning, Artificial Intelligence, NLP and Geolocation
Stars: ✭ 103 (-3.74%)
Mutual labels:  rstats
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-16.82%)
Mutual labels:  rstats
Javascript For R
JavaScript for R CRC Book
Stars: ✭ 98 (-8.41%)
Mutual labels:  rstats
Dev guide
rOpenSci Packages: Development, Maintenance, and Peer Review
Stars: ✭ 106 (-0.93%)
Mutual labels:  rstats
Magnitude
A fast, efficient universal vector embedding utility package.
Stars: ✭ 1,394 (+1202.8%)
Mutual labels:  machine-learning-library
Ncm R
R autocompletion for Neovim and vim 8 📝 📊 ⚡️
Stars: ✭ 102 (-4.67%)
Mutual labels:  rstats

rtemis Machine Learning and Visualization Build Status

A platform for advanced Machine Learning research and applications.
The goal of rtemis is to make data science efficient and accessible with no compromise on flexibility.

Documentation

Installation

See here for more setup and installation instructions.

install.packages("remotes")
remotes::install_github("egenn/rtemis")

Note: Make sure to keep your installation updated by running remotes::install_github("egenn/rtemis") regularly: it will only proceed if there are updates available

60-second intro to rtemis

Install dependencies if they are not already installed:

packages <- c("pbapply", "ranger")
.add <- !packages %in% installed.packages()
install.packages(packages[.add])

Load rtemis and get cross-validated random forest performance on the iris dataset:

library(rtemis)
mod <- elevate(iris)
mod$plot()

What's new

0.80.0 Beta

An accumulation of updates and added functionality, algorithms, graphics.
Majority of mplot3 and dplot3 functions now work with the new theme system provided by theme_* functions like theme_lightgrid and theme_darkgrid.

0.79

07-02-2019: "Super Papaya" Release out

0.78

04-02-2019: rtemis moved to public repo

Features

  • Visualization

    • Static: mplot3 family (base graphics)
    • Dynamic: dplot3 family (plotly)
  • Unsupervised Learning

    • Clustering: u.*
    • Decomposition: d.*
  • Supervised Learning

    • Classification, Regression, Survival Analysis: s.*
  • Cross-Decomposition

    • Sparse Canonical Correlation / Sparse Decomposition: x.*
  • Meta-Models

    • Model Stacking: metaMod()
    • Modality Stacking: metaFeat()
    • Group-weighted Stacking: metaGroup()

    (metaFeat and metaGroup have been removed for updating)

Ongoing work

  • rtemis is under active development
  • Novel algorithms developed in rtemis will generally be added to this public repository around the publication of the corresponding papers.
  • R Documentation is ongoing.



2020 Efstathios (Stathis) D. Gennatas MBBS AICSM PhD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].