{
  "_id": "6a3a52936265ec60d620f186",
  "Package": "ensembleML",
  "Type": "Package",
  "Title": "Unified Interface for Ensemble Machine Learning Methods",
  "Version": "0.2.5",
  "Date": "2026-05-20",
  "Authors@R": "person(\ngiven = \"Sadikul\",\nfamily = \"Islam\",\nemail = \"sadikul.islamiasri@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-2924-7122\")\n)",
  "Description": "Provides a clean, unified interface for training,\npredicting, and evaluating ensemble machine learning models\nincluding Random Forest, Gradient Boosting ('XGBoost'),\n'AdaBoost', and 'Bagging'. All algorithms share a consistent\nAPI: em_fit(), em_predict(), em_evaluate(), and em_tune().\nIncludes built-in cross-validation, feature importance,\ncalibration diagnostics, partial dependence plots, and model\ncomparison utilities. Methods: Breiman (2001)\n<doi:10.1023/A:1010933404324>; Chen and Guestrin (2016)\n<doi:10.1145/2939672.2939785>; Freund and Schapire (1997)\n<doi:10.1006/jcss.1997.1504>; Breiman (1996)\n<doi:10.1007/BF00058655>.",
  "Language": "en-US",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-23 09:29:07 UTC",
    "User": "root"
  },
  "Author": "Sadikul Islam [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2924-7122>)",
  "Maintainer": "Sadikul Islam <sadikul.islamiasri@gmail.com>",
  "Config/pak/sysreqs": "make libicu-dev libxml2-dev",
  "Repository": "https://sadikulislamiasri-hub.r-universe.dev",
  "Date/Publication": "2026-06-05 15:00:07 UTC",
  "RemoteUrl": "https://github.com/cran/ensembleML",
  "RemoteRef": "HEAD",
  "RemoteSha": "3d5598315619093e1e3401ec629fa97f5da89bd8",
  "MD5sum": "8e4ff1e04ab4b3db1fb309d9aa43c411",
  "_user": "sadikulislamiasri-hub",
  "_type": "src",
  "_file": "ensembleML_0.2.5.tar.gz",
  "_fileid": "c0e7059bcfeb725a5a5d710c44ca29565d237c2b5290a74925ad445d835e0c6d",
  "_filesize": 312827,
  "_sha256": "c0e7059bcfeb725a5a5d710c44ca29565d237c2b5290a74925ad445d835e0c6d",
  "_created": "2026-06-23T09:29:07.000Z",
  "_published": "2026-06-23T09:32:03.921Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82921757845,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7816879164"
    },
    {
      "job": 82921757788,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816879049"
    },
    {
      "job": 82921757798,
      "time": 69,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7816847132"
    },
    {
      "job": 82921757817,
      "time": 140,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816876620"
    },
    {
      "job": 82920790903,
      "time": 300,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816817120"
    },
    {
      "job": 82921757757,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816869049"
    },
    {
      "job": 82921757931,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7816859372"
    },
    {
      "job": 82921757919,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7816850392"
    },
    {
      "job": 82921757825,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7816851997"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/ensembleML",
  "_commit": {
    "id": "3d5598315619093e1e3401ec629fa97f5da89bd8",
    "author": "Sadikul Islam <sadikul.islamiasri@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.5\n",
    "time": 1780671607
  },
  "_maintainer": {
    "name": "Sadikul Islam",
    "email": "sadikul.islamiasri@gmail.com",
    "login": "sadikulislamiasri-hub",
    "description": "",
    "uuid": 295794536,
    "orcid": "0000-0003-2924-7122"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "randomForest",
      "version": ">= 4.7-1",
      "role": "Imports"
    },
    {
      "package": "xgboost",
      "version": ">= 1.7.0",
      "role": "Imports"
    },
    {
      "package": "adabag",
      "version": ">= 4.2",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "pROC",
      "version": ">= 1.18.0",
      "role": "Suggests"
    },
    {
      "package": "gridExtra",
      "version": ">= 2.3",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.2.5",
      "date": "2026-06-05"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "sadikulislamiasri-hub",
      "count": 1,
      "uuid": 295794536
    }
  ],
  "_userbio": {
    "uuid": 295794536,
    "type": "user",
    "name": "sadikulislamiasri-hub",
    "followers": 0
  },
  "_downloads": {
    "count": 302,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ensembleML"
  },
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ensembleML.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_realowner": "sadikulislamiasri-hub",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2.5",
      "date": "2026-06-05"
    }
  ],
  "_exports": [
    "em_calibration",
    "em_compare",
    "em_confusion",
    "em_cv",
    "em_evaluate",
    "em_fit",
    "em_importance",
    "em_partial",
    "em_plot_cv",
    "em_predict",
    "em_residuals",
    "em_tune"
  ],
  "_help": [
    {
      "page": "ensembleML-package",
      "title": "ensembleML: Unified Ensemble Machine Learning Interface",
      "topics": [
        "ensembleML-package",
        "ensembleML"
      ]
    },
    {
      "page": "em_calibration",
      "title": "Calibration (Reliability) Diagram",
      "topics": [
        "em_calibration"
      ]
    },
    {
      "page": "em_compare",
      "title": "Compare Multiple Ensemble Algorithms",
      "topics": [
        "em_compare"
      ]
    },
    {
      "page": "em_confusion",
      "title": "Confusion Matrix",
      "topics": [
        "em_confusion"
      ]
    },
    {
      "page": "em_cv",
      "title": "k-Fold Cross-Validation",
      "topics": [
        "em_cv"
      ]
    },
    {
      "page": "em_evaluate",
      "title": "Evaluate Model Performance",
      "topics": [
        "em_evaluate"
      ]
    },
    {
      "page": "em_fit",
      "title": "Fit an Ensemble Model",
      "topics": [
        "em_fit"
      ]
    },
    {
      "page": "em_importance",
      "title": "Feature Importance",
      "topics": [
        "em_importance"
      ]
    },
    {
      "page": "em_partial",
      "title": "Partial Dependence Plot",
      "topics": [
        "em_partial"
      ]
    },
    {
      "page": "em_plot_cv",
      "title": "Plot Cross-Validation Fold Results",
      "topics": [
        "em_plot_cv"
      ]
    },
    {
      "page": "em_predict",
      "title": "Predict from an Ensemble Model",
      "topics": [
        "em_predict"
      ]
    },
    {
      "page": "em_residuals",
      "title": "Residual Diagnostics for Regression Models",
      "topics": [
        "em_residuals"
      ]
    },
    {
      "page": "em_tune",
      "title": "Tune Hyperparameters via Cross-Validation Grid Search",
      "topics": [
        "em_tune"
      ]
    }
  ],
  "_rundeps": [
    "adabag",
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "ConsRank",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "doParallel",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "gtools",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "jsonlite",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "randomForest",
    "RColorBrewer",
    "Rcpp",
    "recipes",
    "reshape2",
    "rlang",
    "rlist",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xgboost",
    "XML",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started with ensembleML",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "1. Train a model",
        "2. Predict",
        "3. Evaluate",
        "4. Cross-validation",
        "5. Tune hyperparameters",
        "6. Compare algorithms",
        "7. Feature importance",
        "8. Partial dependence",
        "9. Confusion matrix",
        "10. Regression example",
        "Citation",
        "Session info"
      ],
      "created": "2026-06-05 15:00:07",
      "modified": "2026-06-05 15:00:07",
      "commits": 1
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "ensembleml",
  "_universes": [
    "sadikulislamiasri-hub"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-06-23T09:31:35.000Z",
      "distro": "noble",
      "commit": "3d5598315619093e1e3401ec629fa97f5da89bd8",
      "fileid": "fcc0c4e51a7d6e09cdbd141ae4e4779b0ae54c011eb1669e48079d356082cd2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-06-23T09:31:34.000Z",
      "distro": "noble",
      "commit": "3d5598315619093e1e3401ec629fa97f5da89bd8",
      "fileid": "ae51bb527b6ee2126f2dd5ce658ba80e120f3a4a79a8d4017d80954eb84e5a56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-06-23T09:30:23.000Z",
      "commit": "3d5598315619093e1e3401ec629fa97f5da89bd8",
      "fileid": "9496f7a26379599a8594b229f2aa2553326bcd27cca3b8d7e1b2646c72ff10d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-06-23T09:31:21.000Z",
      "commit": "3d5598315619093e1e3401ec629fa97f5da89bd8",
      "fileid": "ef3d2288eac32e2c3f8c9e8479eb1686a78c6995ae7217c66683a560a6eaa1b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.5",
      "date": "2026-06-23T09:31:25.000Z",
      "commit": "3d5598315619093e1e3401ec629fa97f5da89bd8",
      "fileid": "34f30ef6d303435d9b28bf1b69789900f2619d421fff96d5c39e32476de63527",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-23T09:30:34.000Z",
      "commit": "3d5598315619093e1e3401ec629fa97f5da89bd8",
      "fileid": "2ae3a8ad4377f239c2f8d88c59657236e24d0fb85e005eb861e261d8c4c20a42",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-23T09:30:18.000Z",
      "commit": "3d5598315619093e1e3401ec629fa97f5da89bd8",
      "fileid": "28f99e8625158a2fc14a70e51b88284999b70704bf69c0c3059ee0e5f838a318",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-23T09:30:23.000Z",
      "commit": "3d5598315619093e1e3401ec629fa97f5da89bd8",
      "fileid": "2447ab5d47fa05977e851061549f29abb8a8a2135985f147f6cbd79171694931",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sadikulislamiasri-hub/actions/runs/28016115181"
    }
  ]
}