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 26 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

PCADSC  
Tools for Principal Component Analysis-Based Data Structure Comparisons
A suite of non-parametric, visual tools for assessing differences in data structures for two datase ...
Download / Learn more Package Citations See dependency  
clinUtils  
General Utility Functions for Analysis of Clinical Data
Utility functions to facilitate the import, the reporting and analysis of clinical data. Example ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
SelvarMix  
Regularization for Variable Selection in Model-Based Clustering and Discriminant Analysis
Performs a regularization approach to variable selection in themodel-based clustering and classifica ...
Download / Learn more Package Citations See dependency  
ncodeR  
Techniques for Automated Classifiers
A set of techniques that can be used to develop, validate, and implement automated classifiers. A po ...
Download / Learn more Package Citations See dependency  
RCytoGPS  
Using Cytogenetics Data in R
Defines classes and methods to process text-based cytogenetics using the CytoGPS web site, then imp ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

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