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 16 Jul. 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

tarchetypes  
Archetypes for Targets
Function-oriented Make-like declarative pipelines for Statistics and data science are supported in t ...
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  
schoolmath  
Functions and Datasets for Math Used in School
Contains functions and datasets for math taught in school. A main focus is set to prime-calculation. ...
Download / Learn more Package Citations See dependency  
Rnmr1D  
Perform the Complete Processing of a Set of Proton Nuclear Magnetic Resonance Spectra
Perform the complete processing of a set of proton nuclear magnetic resonance spectra from the free ...
Download / Learn more Package Citations See dependency  
tibble  
Simple Data Frames
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the tradi ...
Download / Learn more Package Citations See dependency  
stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

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