Package: unifiedml 0.3.0

T. Moudiki

unifiedml: Unified Interface for Machine Learning Models

Provides a unified R6-based interface for various machine learning models with automatic interface detection, consistent cross-validation, model interpretations via numerical derivatives, and visualization. Supports both regression and classification tasks with any model function that follows R's standard modeling conventions (formula or matrix interface).

Authors:T. Moudiki [aut, cre]

unifiedml_0.3.0.tar.gz
unifiedml_0.3.0.zip(r-4.7)unifiedml_0.3.0.zip(r-4.6)unifiedml_0.3.0.zip(r-4.5)
unifiedml_0.3.0.tgz(r-4.6-any)unifiedml_0.3.0.tgz(r-4.5-any)
unifiedml_0.3.0.tar.gz(r-4.7-any)unifiedml_0.3.0.tar.gz(r-4.6-any)
unifiedml_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
unifiedml/json (API)

# Install 'unifiedml' in R:
install.packages('unifiedml', repos = c('https://techtonique.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/techtonique/unifiedml/issues

On CRAN:

Conda:

6.03 score 4 stars 12 scripts 221 downloads 7 exports 6 dependencies

Last updated from:eb5faa3666. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK141
source / vignettesOK194
linux-release-x86_64OK145
macos-release-arm64OK88
macos-oldrel-arm64OK82
windows-develOK88
windows-releaseOK81
windows-oldrelOK102
wasm-releaseOK119

Exports:benchmarkcross_val_scoreextract_probabilitiesformula_to_matrixmatrix_to_formulaModeltrain_test_split

Dependencies:codetoolsdoParallelforeachiteratorsR6Rcpp

Use unifiedml for benchmarking models
Classification | Regression

Last update: 2026-05-04
Started: 2026-04-21

Introduction to R package unifiedml

Last update: 2026-05-04
Started: 2026-05-04

Predict proba
2 - iris data

Last update: 2026-04-29
Started: 2026-04-21

Use unifiedml with caret without tuning
Random Forest | Logistic Regression with glmnet

Last update: 2026-04-29
Started: 2026-04-21

Matrix or Formula interface

Last update: 2026-04-03
Started: 2026-04-03