SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Prepared by Volkan OBAN
R
General-Purpose Machine Learning
Packages:
 ahaz - ahaz: Regularization for semiparametric additive hazards regression
 arules - arules: Mining Association Rules and Frequent Itemsets
 bigrf - bigrf: Big Random Forests: Classification and Regression Forests for
Large Data Sets
 bigRR - bigRR: Generalized Ridge Regression (with special advantage for p >>
n cases)
 bmrm - bmrm: Bundle Methods for Regularized Risk Minimization Package
 Boruta - Boruta: A wrapper algorithm for all-relevant feature selection
 bst - bst: Gradient Boosting
 C50 - C50: C5.0 Decision Trees and Rule-Based Models
 caret - Classification and Regression Training: Unified interface to ~150 ML
algorithms in R.
 caretEnsemble - caretEnsemble: Framework for fitting multiple caret models as
well as creating ensembles of such models.
 Clever Algorithms For Machine Learning
 CORElearn - CORElearn: Classification, regression, feature evaluation and
ordinal evaluation
 CoxBoost - CoxBoost: Cox models by likelihood based boosting for a single
survival endpoint or competing risks
 Cubist - Cubist: Rule- and Instance-Based Regression Modeling
 e1071 - e1071: Misc Functions of the Department of Statistics (e1071), TU
Wien
 earth - earth: Multivariate Adaptive Regression Spline Models
 elasticnet - elasticnet: Elastic-Net for Sparse Estimation and Sparse PCA
 ElemStatLearn - ElemStatLearn: Data sets, functions and examples from the
book: "The Elements of Statistical Learning, Data Mining, Inference, and
Prediction" by Trevor Hastie, Robert Tibshirani and Jerome Friedman
Prediction" by Trevor Hastie, Robert Tibshirani and Jerome Friedman
 evtree - evtree: Evolutionary Learning of Globally Optimal Trees
 forecast - forecast: Timeseries forecasting using ARIMA, ETS, STLM, TBATS, and
neural network models
 forecastHybrid - forecastHybrid: Automatic ensemble and cross validation of
ARIMA, ETS, STLM, TBATS, and neural network models from the "forecast"
package
 fpc - fpc: Flexible procedures for clustering
 frbs - frbs: Fuzzy Rule-based Systems for Classification and Regression Tasks
 GAMBoost - GAMBoost: Generalized linear and additive models by likelihood
based boosting
 gamboostLSS - gamboostLSS: Boosting Methods for GAMLSS
 gbm - gbm: Generalized Boosted Regression Models
 glmnet - glmnet: Lasso and elastic-net regularized generalized linear models
 glmpath - glmpath: L1 Regularization Path for Generalized Linear Models and
Cox Proportional Hazards Model
 GMMBoost - GMMBoost: Likelihood-based Boosting for Generalized mixed
models
 grplasso - grplasso: Fitting user specified models with Group Lasso penalty
 grpreg - grpreg: Regularization paths for regression models with grouped
covariates
 h2o - A framework for fast, parallel, and distributed machine learning
algorithms at scale -- Deeplearning, Random forests, GBM, KMeans, PCA, GLM
 hda - hda: Heteroscedastic Discriminant Analysis
 Introduction to Statistical Learning
 ipred - ipred: Improved Predictors
 kernlab - kernlab: Kernel-based Machine Learning Lab
 klaR - klaR: Classification and visualization
 lars - lars: Least Angle Regression, Lasso and Forward Stagewise
 lasso2 - lasso2: L1 constrained estimation aka ‘lasso’
 LiblineaR - LiblineaR: Linear Predictive Models Based On The Liblinear C/C++
Library
 LogicReg - LogicReg: Logic Regression
 Machine Learning For Hackers
 maptree - maptree: Mapping, pruning, and graphing tree models
 mboost - mboost: Model-Based Boosting
 medley - medley: Blending regression models, using a greedy stepwise
approach
 mlr - mlr: Machine Learning in R
 mvpart - mvpart: Multivariate partitioning
 ncvreg - ncvreg: Regularization paths for SCAD- and MCP-penalized
regression models
 nnet - nnet: Feed-forward Neural Networks and Multinomial Log-Linear
Models
 oblique.tree - oblique.tree: Oblique Trees for Classification Data
 pamr - pamr: Pam: prediction analysis for microarrays
 party - party: A Laboratory for Recursive Partytioning
 partykit - partykit: A Toolkit for Recursive Partytioning
 penalized - penalized: L1 (lasso and fused lasso) and L2 (ridge) penalized
estimation in GLMs and in the Cox model
 penalizedLDA - penalizedLDA: Penalized classification using Fisher's linear
discriminant
 penalizedSVM - penalizedSVM: Feature Selection SVM using penalty functions
 quantregForest - quantregForest: Quantile Regression Forests
 randomForest - randomForest: Breiman and Cutler's random forests for
classification and regression
 randomForestSRC - randomForestSRC: Random Forests for Survival,
Regression and Classification (RF-SRC)
 rattle - rattle: Graphical user interface for data mining in R
 rda - rda: Shrunken Centroids Regularized Discriminant Analysis
 rdetools - rdetools: Relevant Dimension Estimation (RDE) in Feature Spaces
 REEMtree - REEMtree: Regression Trees with Random Effects for Longitudinal
(Panel) Data
 relaxo - relaxo: Relaxed Lasso
 rgenoud - rgenoud: R version of GENetic Optimization Using Derivatives
 rgp - rgp: R genetic programming framework
 Rmalschains - Rmalschains: Continuous Optimization using Memetic
Algorithms with Local Search Chains (MA-LS-Chains) in R
 rminer - rminer: Simpler use of data mining methods (e.g. NN and SVM) in
classification and regression
 ROCR - ROCR: Visualizing the performance of scoring classifiers
 RoughSets - RoughSets: Data Analysis Using Rough Set and Fuzzy Rough Set
Theories
 rpart - rpart: Recursive Partitioning and Regression Trees
 RPMM - RPMM: Recursively Partitioned Mixture Model
 RSNNS - RSNNS: Neural Networks in R using the Stuttgart Neural Network
Simulator (SNNS)
 RWeka - RWeka: R/Weka interface
 RXshrink - RXshrink: Maximum Likelihood Shrinkage via Generalized Ridge or
Least Angle Regression
 sda - sda: Shrinkage Discriminant Analysis and CAT Score Variable Selection
 SDDA - SDDA: Stepwise Diagonal Discriminant Analysis
 SuperLearner and subsemble - Multi-algorithm ensemble learning packages.
 svmpath - svmpath: svmpath: the SVM Path algorithm
 tgp - tgp: Bayesian treed Gaussian process models
 tree - tree: Classification and regression trees
 varSelRF - varSelRF: Variable selection using random forests
 XGBoost.R - R binding for eXtreme Gradient Boosting (Tree) Library
 Optunity - A library dedicated to automated hyperparameter optimization with
a simple, lightweight API to facilitate drop-in replacement of grid search.
Optunity is written in Python but interfaces seamlessly to R.
 igraph - binding to igraph library - General purpose graph library
 MXNet - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with
Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Go,
Javascript and more.
Data Analysis / Data Visualization
 ggplot2 - A data visualization package based on the grammar of graphics.
Reference: https://github.com/josephmisiti/awesome-machine-learning#r-data-
analysis

Weitere ähnliche Inhalte

Ähnlich wie R Machine Learning packages( generally used)

GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Ukraine
 
IGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.pptIGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.ppt
grssieee
 

Ähnlich wie R Machine Learning packages( generally used) (20)

RDataMining-reference-card
RDataMining-reference-cardRDataMining-reference-card
RDataMining-reference-card
 
Forecasting Default Probabilities in Emerging Markets and Dynamical Regula...
Forecasting Default Probabilities  in Emerging Markets and   Dynamical Regula...Forecasting Default Probabilities  in Emerging Markets and   Dynamical Regula...
Forecasting Default Probabilities in Emerging Markets and Dynamical Regula...
 
R refcard-data-mining
R refcard-data-miningR refcard-data-mining
R refcard-data-mining
 
General pipeline of transcriptomics analysis
General pipeline of transcriptomics analysisGeneral pipeline of transcriptomics analysis
General pipeline of transcriptomics analysis
 
Learning weighted lower linear envelope potentials in binary markov random fi...
Learning weighted lower linear envelope potentials in binary markov random fi...Learning weighted lower linear envelope potentials in binary markov random fi...
Learning weighted lower linear envelope potentials in binary markov random fi...
 
Yuwu chen
Yuwu chenYuwu chen
Yuwu chen
 
Variable selection for classification and regression using R
Variable selection for classification and regression using RVariable selection for classification and regression using R
Variable selection for classification and regression using R
 
SASA Presentation 2013
SASA Presentation 2013SASA Presentation 2013
SASA Presentation 2013
 
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
 
101717.kh miga ashg_grc
101717.kh miga ashg_grc101717.kh miga ashg_grc
101717.kh miga ashg_grc
 
Group Project
Group ProjectGroup Project
Group Project
 
Ofdma 1
Ofdma 1Ofdma 1
Ofdma 1
 
SISY 2008
SISY 2008SISY 2008
SISY 2008
 
Adaptive Beamforming Algorithms
Adaptive Beamforming Algorithms Adaptive Beamforming Algorithms
Adaptive Beamforming Algorithms
 
Restricted Boltzmann Machine | Neural Network Tutorial | Deep Learning Tutori...
Restricted Boltzmann Machine | Neural Network Tutorial | Deep Learning Tutori...Restricted Boltzmann Machine | Neural Network Tutorial | Deep Learning Tutori...
Restricted Boltzmann Machine | Neural Network Tutorial | Deep Learning Tutori...
 
Image Processing IEEE 2015 Projects
Image Processing IEEE 2015 ProjectsImage Processing IEEE 2015 Projects
Image Processing IEEE 2015 Projects
 
M phil-computer-science-signal-processing-projects
M phil-computer-science-signal-processing-projectsM phil-computer-science-signal-processing-projects
M phil-computer-science-signal-processing-projects
 
Package cluster r
Package cluster rPackage cluster r
Package cluster r
 
Ml srhwt-machine-learning-based-superlative-rapid-haar-wavelet-transformation...
Ml srhwt-machine-learning-based-superlative-rapid-haar-wavelet-transformation...Ml srhwt-machine-learning-based-superlative-rapid-haar-wavelet-transformation...
Ml srhwt-machine-learning-based-superlative-rapid-haar-wavelet-transformation...
 
IGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.pptIGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.ppt
 

Mehr von Dr. Volkan OBAN

Mehr von Dr. Volkan OBAN (20)

Conference Paper:IMAGE PROCESSING AND OBJECT DETECTION APPLICATION: INSURANCE...
Conference Paper:IMAGE PROCESSING AND OBJECT DETECTION APPLICATION: INSURANCE...Conference Paper:IMAGE PROCESSING AND OBJECT DETECTION APPLICATION: INSURANCE...
Conference Paper:IMAGE PROCESSING AND OBJECT DETECTION APPLICATION: INSURANCE...
 
Covid19py Python Package - Example
Covid19py  Python Package - ExampleCovid19py  Python Package - Example
Covid19py Python Package - Example
 
Object detection with Python
Object detection with Python Object detection with Python
Object detection with Python
 
Python - Rastgele Orman(Random Forest) Parametreleri
Python - Rastgele Orman(Random Forest) ParametreleriPython - Rastgele Orman(Random Forest) Parametreleri
Python - Rastgele Orman(Random Forest) Parametreleri
 
Linear Programming wi̇th R - Examples
Linear Programming wi̇th R - ExamplesLinear Programming wi̇th R - Examples
Linear Programming wi̇th R - Examples
 
"optrees" package in R and examples.(optrees:finds optimal trees in weighted ...
"optrees" package in R and examples.(optrees:finds optimal trees in weighted ..."optrees" package in R and examples.(optrees:finds optimal trees in weighted ...
"optrees" package in R and examples.(optrees:finds optimal trees in weighted ...
 
k-means Clustering in Python
k-means Clustering in Pythonk-means Clustering in Python
k-means Clustering in Python
 
Naive Bayes Example using R
Naive Bayes Example using  R Naive Bayes Example using  R
Naive Bayes Example using R
 
R forecasting Example
R forecasting ExampleR forecasting Example
R forecasting Example
 
k-means Clustering and Custergram with R
k-means Clustering and Custergram with Rk-means Clustering and Custergram with R
k-means Clustering and Custergram with R
 
Data Science and its Relationship to Big Data and Data-Driven Decision Making
Data Science and its Relationship to Big Data and Data-Driven Decision MakingData Science and its Relationship to Big Data and Data-Driven Decision Making
Data Science and its Relationship to Big Data and Data-Driven Decision Making
 
Data Visualization with R.ggplot2 and its extensions examples.
Data Visualization with R.ggplot2 and its extensions examples.Data Visualization with R.ggplot2 and its extensions examples.
Data Visualization with R.ggplot2 and its extensions examples.
 
Scikit-learn Cheatsheet-Python
Scikit-learn Cheatsheet-PythonScikit-learn Cheatsheet-Python
Scikit-learn Cheatsheet-Python
 
Python Pandas for Data Science cheatsheet
Python Pandas for Data Science cheatsheet Python Pandas for Data Science cheatsheet
Python Pandas for Data Science cheatsheet
 
Pandas,scipy,numpy cheatsheet
Pandas,scipy,numpy cheatsheetPandas,scipy,numpy cheatsheet
Pandas,scipy,numpy cheatsheet
 
ReporteRs package in R. forming powerpoint documents-an example
ReporteRs package in R. forming powerpoint documents-an exampleReporteRs package in R. forming powerpoint documents-an example
ReporteRs package in R. forming powerpoint documents-an example
 
ReporteRs package in R. forming powerpoint documents-an example
ReporteRs package in R. forming powerpoint documents-an exampleReporteRs package in R. forming powerpoint documents-an example
ReporteRs package in R. forming powerpoint documents-an example
 
R-ggplot2 package Examples
R-ggplot2 package ExamplesR-ggplot2 package Examples
R-ggplot2 package Examples
 
treemap package in R and examples.
treemap package in R and examples.treemap package in R and examples.
treemap package in R and examples.
 
Mosaic plot in R.
Mosaic plot in R.Mosaic plot in R.
Mosaic plot in R.
 

Kürzlich hochgeladen

Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
amitlee9823
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
JoseMangaJr1
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Kürzlich hochgeladen (20)

Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
ELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptxELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptx
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 

R Machine Learning packages( generally used)

  • 1. Prepared by Volkan OBAN R General-Purpose Machine Learning Packages:  ahaz - ahaz: Regularization for semiparametric additive hazards regression  arules - arules: Mining Association Rules and Frequent Itemsets  bigrf - bigrf: Big Random Forests: Classification and Regression Forests for Large Data Sets  bigRR - bigRR: Generalized Ridge Regression (with special advantage for p >> n cases)  bmrm - bmrm: Bundle Methods for Regularized Risk Minimization Package  Boruta - Boruta: A wrapper algorithm for all-relevant feature selection  bst - bst: Gradient Boosting  C50 - C50: C5.0 Decision Trees and Rule-Based Models  caret - Classification and Regression Training: Unified interface to ~150 ML algorithms in R.  caretEnsemble - caretEnsemble: Framework for fitting multiple caret models as well as creating ensembles of such models.  Clever Algorithms For Machine Learning  CORElearn - CORElearn: Classification, regression, feature evaluation and ordinal evaluation  CoxBoost - CoxBoost: Cox models by likelihood based boosting for a single survival endpoint or competing risks  Cubist - Cubist: Rule- and Instance-Based Regression Modeling  e1071 - e1071: Misc Functions of the Department of Statistics (e1071), TU Wien  earth - earth: Multivariate Adaptive Regression Spline Models  elasticnet - elasticnet: Elastic-Net for Sparse Estimation and Sparse PCA
  • 2.  ElemStatLearn - ElemStatLearn: Data sets, functions and examples from the book: "The Elements of Statistical Learning, Data Mining, Inference, and Prediction" by Trevor Hastie, Robert Tibshirani and Jerome Friedman Prediction" by Trevor Hastie, Robert Tibshirani and Jerome Friedman  evtree - evtree: Evolutionary Learning of Globally Optimal Trees  forecast - forecast: Timeseries forecasting using ARIMA, ETS, STLM, TBATS, and neural network models  forecastHybrid - forecastHybrid: Automatic ensemble and cross validation of ARIMA, ETS, STLM, TBATS, and neural network models from the "forecast" package  fpc - fpc: Flexible procedures for clustering  frbs - frbs: Fuzzy Rule-based Systems for Classification and Regression Tasks  GAMBoost - GAMBoost: Generalized linear and additive models by likelihood based boosting  gamboostLSS - gamboostLSS: Boosting Methods for GAMLSS  gbm - gbm: Generalized Boosted Regression Models  glmnet - glmnet: Lasso and elastic-net regularized generalized linear models  glmpath - glmpath: L1 Regularization Path for Generalized Linear Models and Cox Proportional Hazards Model  GMMBoost - GMMBoost: Likelihood-based Boosting for Generalized mixed models  grplasso - grplasso: Fitting user specified models with Group Lasso penalty  grpreg - grpreg: Regularization paths for regression models with grouped covariates  h2o - A framework for fast, parallel, and distributed machine learning algorithms at scale -- Deeplearning, Random forests, GBM, KMeans, PCA, GLM  hda - hda: Heteroscedastic Discriminant Analysis  Introduction to Statistical Learning  ipred - ipred: Improved Predictors  kernlab - kernlab: Kernel-based Machine Learning Lab  klaR - klaR: Classification and visualization  lars - lars: Least Angle Regression, Lasso and Forward Stagewise  lasso2 - lasso2: L1 constrained estimation aka ‘lasso’  LiblineaR - LiblineaR: Linear Predictive Models Based On The Liblinear C/C++ Library  LogicReg - LogicReg: Logic Regression  Machine Learning For Hackers  maptree - maptree: Mapping, pruning, and graphing tree models
  • 3.  mboost - mboost: Model-Based Boosting  medley - medley: Blending regression models, using a greedy stepwise approach  mlr - mlr: Machine Learning in R  mvpart - mvpart: Multivariate partitioning  ncvreg - ncvreg: Regularization paths for SCAD- and MCP-penalized regression models  nnet - nnet: Feed-forward Neural Networks and Multinomial Log-Linear Models  oblique.tree - oblique.tree: Oblique Trees for Classification Data  pamr - pamr: Pam: prediction analysis for microarrays  party - party: A Laboratory for Recursive Partytioning  partykit - partykit: A Toolkit for Recursive Partytioning  penalized - penalized: L1 (lasso and fused lasso) and L2 (ridge) penalized estimation in GLMs and in the Cox model  penalizedLDA - penalizedLDA: Penalized classification using Fisher's linear discriminant  penalizedSVM - penalizedSVM: Feature Selection SVM using penalty functions  quantregForest - quantregForest: Quantile Regression Forests  randomForest - randomForest: Breiman and Cutler's random forests for classification and regression  randomForestSRC - randomForestSRC: Random Forests for Survival, Regression and Classification (RF-SRC)  rattle - rattle: Graphical user interface for data mining in R  rda - rda: Shrunken Centroids Regularized Discriminant Analysis  rdetools - rdetools: Relevant Dimension Estimation (RDE) in Feature Spaces  REEMtree - REEMtree: Regression Trees with Random Effects for Longitudinal (Panel) Data  relaxo - relaxo: Relaxed Lasso  rgenoud - rgenoud: R version of GENetic Optimization Using Derivatives  rgp - rgp: R genetic programming framework  Rmalschains - Rmalschains: Continuous Optimization using Memetic Algorithms with Local Search Chains (MA-LS-Chains) in R  rminer - rminer: Simpler use of data mining methods (e.g. NN and SVM) in classification and regression  ROCR - ROCR: Visualizing the performance of scoring classifiers  RoughSets - RoughSets: Data Analysis Using Rough Set and Fuzzy Rough Set Theories
  • 4.  rpart - rpart: Recursive Partitioning and Regression Trees  RPMM - RPMM: Recursively Partitioned Mixture Model  RSNNS - RSNNS: Neural Networks in R using the Stuttgart Neural Network Simulator (SNNS)  RWeka - RWeka: R/Weka interface  RXshrink - RXshrink: Maximum Likelihood Shrinkage via Generalized Ridge or Least Angle Regression  sda - sda: Shrinkage Discriminant Analysis and CAT Score Variable Selection  SDDA - SDDA: Stepwise Diagonal Discriminant Analysis  SuperLearner and subsemble - Multi-algorithm ensemble learning packages.  svmpath - svmpath: svmpath: the SVM Path algorithm  tgp - tgp: Bayesian treed Gaussian process models  tree - tree: Classification and regression trees  varSelRF - varSelRF: Variable selection using random forests  XGBoost.R - R binding for eXtreme Gradient Boosting (Tree) Library  Optunity - A library dedicated to automated hyperparameter optimization with a simple, lightweight API to facilitate drop-in replacement of grid search. Optunity is written in Python but interfaces seamlessly to R.  igraph - binding to igraph library - General purpose graph library  MXNet - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Go, Javascript and more. Data Analysis / Data Visualization  ggplot2 - A data visualization package based on the grammar of graphics. Reference: https://github.com/josephmisiti/awesome-machine-learning#r-data- analysis