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 05 Aug. 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), 0.3.0 (2025-12-15 09:30), (2026-07-09 08:09)
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

dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  
kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  
dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  
noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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