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 Jun. 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)
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

crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
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  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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