Other packages > Find by keyword >

MLwrap  

Machine Learning Modelling for Everyone
View on CRAN: Click here


Download and install MLwrap package within the R console
Install from CRAN:
install.packages("MLwrap")

Install from Github:
library("remotes")
install_github("cran/MLwrap")

Install by package version:
library("remotes")
install_version("MLwrap", "0.3.0")



Attach the package and use:
library("MLwrap")
Maintained by
Javier Martínez García
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2025-07-22
Latest Update: 2025-07-22
Description:
A minimalistic library specifically designed to make the estimation of Machine Learning (ML) techniques as easy and accessible as possible, particularly within the framework of the Knowledge Discovery in Databases (KDD) process in data mining. The package provides all the essential tools needed to efficiently structure and execute each stage of a predictive or classification modeling workflow, aligning closely with the fundamental steps of the KDD methodology, from data selection and preparation, through model building and tuning, to the interpretation and evaluation of results using Sensitivity Analysis. The 'MLwrap' workflow is organized into four core steps; preprocessing(), build_model(), fine_tuning(), and sensitivity_analysis(). These steps correspond, respectively, to data preparation and transformation, model construction, hyperparameter optimization, and sensitivity analysis. The user can access comprehensive model evaluation results including fit assessment metrics, plots, predictions, and performance diagnostics for ML models implemented through Neural Networks, Random Forest, XGBoost, and Support Vector Machines algorithms. By streamlining these phases, 'MLwrap' aims to simplify the implementation of ML techniques, allowing analysts and data scientists to focus on extracting actionable insights and meaningful patterns from large datasets, in line with the objectives of the KDD process. Inspired by James et al. (2021) "An Introduction to Statistical Learning: with Applications in R (2nd ed.)" <doi:10.1007/978-1-0716-1418-1> and Molnar (2025) "Interpretable Machine Learning: A Guide for Making Black Box Models Explainable (3rd ed.)" <https://christophm.github.io/interpretable-ml-book/>.
How to cite:
Javier Martínez García (2025). MLwrap: Machine Learning Modelling for Everyone. R package version 0.3.0, https://cran.r-project.org/web/packages/MLwrap. Accessed 14 Mar. 2026.
Previous versions and publish date:
0.1.0 (2025-07-22 13:11), 0.1.1 (2025-09-18 14:50), 0.2.0 (2025-10-11 20:40), 0.2.1 (2025-10-21 17:10), 0.2.2 (2025-11-05 13:30), 0.2.3 (2025-11-11 23:20)
Other packages that cited MLwrap R package
View MLwrap citation profile
Other R packages that MLwrap depends, imports, suggests or enhances
Complete documentation for MLwrap
Functions, R codes and Examples using the MLwrap R package
Full MLwrap package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

IMmailgun  
Send Emails using 'Mailgun'
Send emails using the 'mailgun' api. To use this package you will need an account from ...
Download / Learn more Package Citations See dependency  
BeviMed  
Bayesian Evaluation of Variant Involvement in Mendelian Disease
A fast integrative genetic association test for rare diseases based on a model for disease status gi ...
Download / Learn more Package Citations See dependency  
modelROC  
Model Based ROC Analysis
The ROC curve method is one of the most important and commonly usedmethods for model accuracy assess ...
Download / Learn more Package Citations See dependency  
POV  
Partition of Variation Variance Component Analysis Method
An implementation of the Partition Of variation (POV) method as developed by Dr. Thomas A Little ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,526

Author Associations

26,294

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA