{
  "_id": "6a50bf8f89c83ec243a303e1",
  "Package": "unifiedml",
  "Type": "Package",
  "Title": "Unified Interface for Machine Learning Models",
  "Version": "0.3.0",
  "Date": "2026-05-05",
  "Authors@R": "person(\"T.\", \"Moudiki\",\nemail = \"thierry.moudiki@gmail.com\",\nrole = c(\"aut\", \"cre\"))",
  "Maintainer": "T. Moudiki <thierry.moudiki@gmail.com>",
  "Description": "Provides a unified R6-based interface for various machine\nlearning models with automatic interface detection, consistent\ncross-validation, model interpretations via numerical\nderivatives, and visualization. Supports both regression and\nclassification tasks with any model function that follows R's\nstandard modeling conventions (formula or matrix interface).",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/Techtonique/unifiedml",
  "BugReports": "https://github.com/Techtonique/unifiedml/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Repository": "https://techtonique.r-universe.dev",
  "Date/Publication": "2026-05-11 01:54:06 UTC",
  "RemoteUrl": "https://github.com/Techtonique/unifiedml",
  "RemoteRef": "HEAD",
  "RemoteSha": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-10 09:43:12 UTC",
    "User": "root"
  },
  "Author": "T. Moudiki [aut, cre]",
  "_user": "techtonique",
  "_type": "src",
  "_file": "unifiedml_0.3.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/c1af18be28579656799e58feaa26c133b7775706566efd439b70069c53fd2ecd",
  "_filesize": 175557,
  "_sha256": "c1af18be28579656799e58feaa26c133b7775706566efd439b70069c53fd2ecd",
  "_expires": "2026-10-18T09:46:53.000Z",
  "_created": "2026-07-10T09:43:12.000Z",
  "_published": "2026-07-10T09:46:55.675Z",
  "_jobs": [
    {
      "job": 86333263980,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8223994347"
    },
    {
      "job": 86333263933,
      "time": 184,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8224005838"
    },
    {
      "job": 86333263981,
      "time": 114,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8223980990"
    },
    {
      "job": 86333263966,
      "time": 117,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8223981216"
    },
    {
      "job": 86332599321,
      "time": 218,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8223938299"
    },
    {
      "job": 86333263976,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8223984254"
    },
    {
      "job": 86333263978,
      "time": 94,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8223973245"
    },
    {
      "job": 86333264022,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8223966375"
    },
    {
      "job": 86333264018,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8223970317"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559",
  "_status": "success",
  "_upstream": "https://github.com/Techtonique/unifiedml",
  "_commit": {
    "id": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
    "author": "Thierry Moudiki <thierry.moudiki@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Remove model summary and update documentation\n\nRemoved model summary sections and updated references to vignettes.",
    "time": 1778464446
  },
  "_maintainer": {
    "name": "T. Moudiki",
    "email": "thierry.moudiki@gmail.com",
    "login": "thierrymoudiki",
    "linkedin": "in/thierry-moudiki",
    "twitter": "@sippingrizzly",
    "description": "Like everything related to tech, statistical/machine learning, computer simulation, numerical optimization. Other things too, not mentioned in this bio!",
    "uuid": 8895513
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "doParallel",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Depends"
    },
    {
      "package": "foreach",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "e1071",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "nnet",
      "role": "Suggests"
    },
    {
      "package": "caret",
      "role": "Suggests"
    }
  ],
  "_owner": "techtonique",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-45",
      "n": 8
    },
    {
      "week": "2025-46",
      "n": 4
    },
    {
      "week": "2025-51",
      "n": 1
    },
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 2
    },
    {
      "week": "2026-17",
      "n": 4
    },
    {
      "week": "2026-18",
      "n": 2
    },
    {
      "week": "2026-19",
      "n": 4
    },
    {
      "week": "2026-20",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.1",
      "date": "2026-04-03"
    },
    {
      "name": "v0.3.0",
      "date": "2026-05-05"
    }
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "thierrymoudiki",
      "count": 54,
      "uuid": 8895513
    }
  ],
  "_userbio": {
    "uuid": 69663678,
    "type": "organization",
    "name": "Techtonique",
    "followers": 25,
    "description": "tech, stats, machine learning, computer simulation, numerical optimization"
  },
  "_downloads": {
    "count": 236,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/unifiedml"
  },
  "_devurl": "https://github.com/techtonique/unifiedml",
  "_searchresults": 12,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/unifiedml.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/techtonique/unifiedml",
  "_realowner": "techtonique",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-11-13"
    },
    {
      "version": "0.2.0",
      "date": "2026-01-10"
    },
    {
      "version": "0.2.1",
      "date": "2026-04-03"
    },
    {
      "version": "0.3.0",
      "date": "2026-05-05"
    }
  ],
  "_exports": [
    "benchmark",
    "cross_val_score",
    "extract_probabilities",
    "formula_to_matrix",
    "matrix_to_formula",
    "Model",
    "train_test_split"
  ],
  "_help": [
    {
      "page": "unifiedml-package",
      "title": "Unified Interface for Machine Learning Models",
      "topics": [
        "unifiedml-package",
        "unifiedml"
      ]
    },
    {
      "page": "benchmark",
      "title": "Benchmark Multiple Models with Cross-Validation and Model-Specific Parameters",
      "topics": [
        "benchmark"
      ]
    },
    {
      "page": "cross_val_score",
      "title": "Cross-Validation for Model Objects",
      "topics": [
        "cross_val_score"
      ]
    },
    {
      "page": "extract_probabilities",
      "title": "Extract probability predictions from any R model in a standardised format",
      "topics": [
        "extract_probabilities"
      ]
    },
    {
      "page": "formula_to_matrix",
      "title": "Convert a formula-based model to a matrix interface",
      "topics": [
        "formula_to_matrix"
      ]
    },
    {
      "page": "matrix_to_formula",
      "title": "Convert a matrix-based model to a formula interface",
      "topics": [
        "matrix_to_formula"
      ]
    },
    {
      "page": "Model",
      "title": "Unified Machine Learning Interface using R6",
      "topics": [
        "Model"
      ]
    },
    {
      "page": "train_test_split",
      "title": "Split data into training and test sets",
      "topics": [
        "train_test_split"
      ]
    }
  ],
  "_readme": "https://github.com/Techtonique/unifiedml/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "doParallel",
    "foreach",
    "iterators",
    "R6",
    "Rcpp"
  ],
  "_vignettes": [
    {
      "source": "unifiedml.Rmd",
      "filename": "unifiedml.html",
      "title": "Introduction to R package unifiedml",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2026-05-04 07:02:10",
      "modified": "2026-05-04 07:02:10",
      "commits": 1
    },
    {
      "source": "formula_vs_matrix.Rmd",
      "filename": "formula_vs_matrix.html",
      "title": "Matrix or Formula interface",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2026-04-03 13:01:24",
      "modified": "2026-04-03 13:01:24",
      "commits": 1
    },
    {
      "source": "unifiedml-predict-proba.Rmd",
      "filename": "unifiedml-predict-proba.html",
      "title": "Predict proba",
      "engine": "knitr::rmarkdown",
      "headings": [
        "2 - iris data"
      ],
      "created": "2026-04-21 10:29:20",
      "modified": "2026-04-29 13:21:34",
      "commits": 2
    },
    {
      "source": "unifiedml-benchmark.Rmd",
      "filename": "unifiedml-benchmark.html",
      "title": "Use unifiedml for benchmarking models",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Classification",
        "Regression"
      ],
      "created": "2026-04-21 10:29:20",
      "modified": "2026-05-04 14:15:25",
      "commits": 4
    },
    {
      "source": "unifiedml-caret.Rmd",
      "filename": "unifiedml-caret.html",
      "title": "Use unifiedml with caret without tuning",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Random Forest",
        "Logistic Regression with glmnet"
      ],
      "created": "2026-04-21 10:29:20",
      "modified": "2026-04-29 12:56:53",
      "commits": 3
    }
  ],
  "_score": 6.03342375548695,
  "_indexed": true,
  "_nocasepkg": "unifiedml",
  "_universes": [
    "techtonique",
    "thierrymoudiki"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-10T09:45:44.000Z",
      "distro": "resolute",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "https://r2.ropensci.org/44d954bd178d6ae7485a3ffcbf93b3c519fcb2e1fbb338faeeff009dda0b1a0f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-10T09:46:14.000Z",
      "distro": "resolute",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "https://r2.ropensci.org/7f8fce2befe0fc3cceb0560ffae65d6ec91c0b6092475d91a38f944cf2f2a3f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-10T09:45:07.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "https://r2.ropensci.org/b2f42ecea49133640bb2ff41747ad5c39487b90ac08548afd63412f7371af1fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-10T09:45:03.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "https://r2.ropensci.org/c867d8f69ebbe198aeaad44145606123967ccc9c7ea12f213f3ff8825112a9e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-07-10T09:45:32.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "https://r2.ropensci.org/49319d7b8f22d0eb571b7975b7cfaae842c60858443d4edd87078ac688ced812",
      "status": "success",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-10T09:44:43.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "https://r2.ropensci.org/6a5e2f8915ab916d8d429a5e09263e82f58dc2e47a6312fb308fddf1c05062fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-10T09:44:23.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "https://r2.ropensci.org/707dd4a00e071159c3b1e766ec1a53e64d802eb16b1f3f4b0622910b88c1ad44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-10T09:44:34.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "https://r2.ropensci.org/417a234205d1fa9e0a76704a592bf284950e3cd98624026d94fcd163b8a67be1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/29083775559"
    }
  ]
}