{
  "_id": "6a104621acfb0bcc41c9ea4e",
  "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-05-11 02:36:26 UTC",
    "User": "root"
  },
  "Author": "T. Moudiki [aut, cre]",
  "MD5sum": "82e1f771a9801ee00a492e57ea5934ba",
  "_user": "techtonique",
  "_type": "src",
  "_file": "unifiedml_0.3.0.tar.gz",
  "_fileid": "8a519d77ba8e9734420d611fd223014e081a76488fb5763c486bbe5dfbcb7651",
  "_filesize": 173808,
  "_sha256": "8a519d77ba8e9734420d611fd223014e081a76488fb5763c486bbe5dfbcb7651",
  "_created": "2026-05-11T02:36:26.000Z",
  "_published": "2026-05-22T12:03:45.965Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77375624924,
      "time": 162,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6909391907"
    },
    {
      "job": 77375625116,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6909388857"
    },
    {
      "job": 77375625056,
      "time": 99,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6909383995"
    },
    {
      "job": 77375624965,
      "time": 114,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6909385841"
    },
    {
      "job": 77375624647,
      "time": 211,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6909370378"
    },
    {
      "job": 77375624152,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160017451"
    },
    {
      "job": 77375624766,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6909382962"
    },
    {
      "job": 77375625180,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6909381967"
    },
    {
      "job": 77375624873,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6909381319"
    }
  ],
  "_buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 8895513
  },
  "_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",
    "description": "tech, stats, machine learning, computer simulation, numerical optimization"
  },
  "_downloads": {
    "count": 303,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/unifiedml"
  },
  "_devurl": "https://github.com/techtonique/unifiedml",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_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",
    "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": 5.995635194597551,
  "_indexed": true,
  "_nocasepkg": "unifiedml",
  "_universes": [
    "techtonique",
    "thierrymoudiki"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-11T02:39:10.000Z",
      "distro": "noble",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "65718a88ecd6558814eed041d6172d237766bf73f4f518ddaaf6f4f5e5f0ffbc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-11T02:38:47.000Z",
      "distro": "noble",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "8c99aaf61d102535bef5568a73473c95ac95e174beba40b8f11a6c351f7c1c56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-11T02:38:09.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "c3c1d1e17df9ae2ae76098a0a5b786dbead38a3e20dd4bafca1e6a7739fd4d33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-11T02:38:22.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "e25db611d9beac2d4f6e92c4a1e42eb3bbed9552308df2a6a2988093aacea37c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-11T02:37:56.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "39b652ec8c01eeacc5040be32e9c905c909b8abbbc1caab65278fe4fab0c0cfa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-11T02:37:50.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "153f458632fb5bc0072cebd9bdc5c57c4618956ce48fb497a81a3a65d9c2e875",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-11T02:37:46.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "07d886dc583d07e1273a7348a38b106b552cc709870be02bbf2ab2e3eb6395df",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-05-22T12:03:30.000Z",
      "commit": "eb5faa3666048090e2ea582b9b1b9b2d009bf784",
      "fileid": "212e27652788a8ed2b21caa1b21a5c3346f54e36fb89c622dd20c0f805c85dc4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/techtonique/actions/runs/25647261462"
    }
  ]
}