{
  "_id": "6a54aa39ff0138dec5d665e9",
  "Package": "subsemble",
  "Type": "Package",
  "Title": "An Ensemble Method for Combining Subset-Specific Algorithm Fits",
  "Version": "0.1.0",
  "Date": "2022-01-22",
  "Authors@R": "c(\nperson(\"Erin\", \"LeDell\", email = \"oss@ledell.org\", role = \"cre\"),\nperson(\"Stephanie\", \"Sapp\", role = \"aut\"),\nperson(\"Mark\", \"van der Laan\", role = c(\"aut\")))",
  "Description": "The Subsemble algorithm is a general subset ensemble\nprediction method, which can be used for small, moderate, or\nlarge datasets. Subsemble partitions the full dataset into\nsubsets of observations, fits a specified underlying algorithm\non each subset, and uses a unique form of k-fold\ncross-validation to output a prediction function that combines\nthe subset-specific fits. An oracle result provides a\ntheoretical performance guarantee for Subsemble. The paper,\n\"Subsemble: An ensemble method for combining subset-specific\nalgorithm fits\" is authored by Stephanie Sapp, Mark J. van der\nLaan & John Canny (2014) <doi:10.1080/02664763.2013.864263>.",
  "License": "Apache License (== 2.0)",
  "URL": "https://github.com/ledell/subsemble",
  "BugReports": "https://github.com/ledell/subsemble/issues",
  "LazyLoad": "yes",
  "Repository": "https://ledell.r-universe.dev",
  "Date/Publication": "2022-01-21 08:03:18 UTC",
  "RemoteUrl": "https://github.com/ledell/subsemble",
  "RemoteRef": "HEAD",
  "RemoteSha": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-13 08:50:10 UTC",
    "User": "root"
  },
  "Author": "Erin LeDell [cre],\nStephanie Sapp [aut],\nMark van der Laan [aut]",
  "Maintainer": "Erin LeDell <oss@ledell.org>",
  "_user": "ledell",
  "_type": "src",
  "_file": "subsemble_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/41b98863936e41a09a84ffe6f42c7d1ce2f7f6b2e9a18726853ecfe3bec0941b",
  "_filesize": 134546,
  "_sha256": "41b98863936e41a09a84ffe6f42c7d1ce2f7f6b2e9a18726853ecfe3bec0941b",
  "_expires": "2026-10-21T09:04:56.000Z",
  "_created": "2026-07-13T08:50:10.000Z",
  "_published": "2026-07-13T09:04:57.676Z",
  "_jobs": [
    {
      "job": 86773383582,
      "time": 205,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8273835411"
    },
    {
      "job": 86773383577,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273813997"
    },
    {
      "job": 86773383692,
      "time": 176,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274087361"
    },
    {
      "job": 86773383610,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274001910"
    },
    {
      "job": 86772720707,
      "time": 211,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273756592"
    },
    {
      "job": 86773383553,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8273806895"
    },
    {
      "job": 86773383639,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8273795010"
    },
    {
      "job": 86773383590,
      "time": 114,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8273799967"
    },
    {
      "job": 86773383628,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273791543"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801",
  "_status": "success",
  "_upstream": "https://github.com/ledell/subsemble",
  "_commit": {
    "id": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
    "author": "ledell <oss@ledell.org>",
    "committer": "ledell <oss@ledell.org>",
    "message": "Updating citation\n",
    "time": 1642752198
  },
  "_maintainer": {
    "name": "Erin LeDell",
    "email": "oss@ledell.org",
    "login": "ledell",
    "bluesky": "@ledell.bsky.social",
    "linkedin": "in/erin-ledell",
    "description": "Chief Scientist at Distributional, Inc.",
    "uuid": 4073698
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.14.0",
      "role": "Depends"
    },
    {
      "package": "SuperLearner",
      "role": "Depends"
    },
    {
      "package": "arm",
      "role": "Suggests"
    },
    {
      "package": "caret",
      "role": "Suggests"
    },
    {
      "package": "class",
      "role": "Suggests"
    },
    {
      "package": "cvAUC",
      "role": "Suggests"
    },
    {
      "package": "e1071",
      "role": "Suggests"
    },
    {
      "package": "earth",
      "role": "Suggests"
    },
    {
      "package": "gam",
      "role": "Suggests"
    },
    {
      "package": "gbm",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "Hmisc",
      "role": "Suggests"
    },
    {
      "package": "ipred",
      "role": "Suggests"
    },
    {
      "package": "lattice",
      "role": "Suggests"
    },
    {
      "package": "LogicReg",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "mda",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "nnet",
      "role": "Suggests"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    },
    {
      "package": "party",
      "role": "Suggests"
    },
    {
      "package": "polspline",
      "role": "Suggests"
    },
    {
      "package": "quadprog",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "rpart",
      "role": "Suggests"
    },
    {
      "package": "SIS",
      "role": "Suggests"
    },
    {
      "package": "spls",
      "role": "Suggests"
    },
    {
      "package": "stepPlr",
      "role": "Suggests"
    }
  ],
  "_owner": "ledell",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "big-data",
    "cross-validation",
    "ensemble",
    "ensemble-learning",
    "machine-learning",
    "machine-learning-algorithms"
  ],
  "_stars": 43,
  "_contributors": [
    {
      "user": "ledell",
      "count": 22,
      "uuid": 4073698
    }
  ],
  "_userbio": {
    "uuid": 4073698,
    "type": "user",
    "name": "Erin LeDell",
    "followers": 998,
    "description": "Chief Scientist at Distributional, Inc."
  },
  "_downloads": {
    "count": 314,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/subsemble"
  },
  "_devurl": "https://github.com/ledell/subsemble",
  "_searchresults": 10,
  "_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/subsemble.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ledell/subsemble",
  "_realowner": "ledell",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.8",
      "date": "2014-06-28"
    },
    {
      "version": "0.0.9",
      "date": "2014-07-01"
    },
    {
      "version": "0.1.0",
      "date": "2022-01-24"
    }
  ],
  "_exports": [
    "predict.subsemble",
    "subsemble"
  ],
  "_help": [
    {
      "page": "subsemble-package",
      "title": "An Ensemble Method for Combining Subset-Specific Algorithm Fits",
      "topics": [
        "subsemble-package"
      ]
    },
    {
      "page": "predict.subsemble",
      "title": "Predict method for a 'subsemble' object.",
      "topics": [
        "predict.subsemble"
      ]
    },
    {
      "page": "subsemble",
      "title": "An Ensemble Method for Combining Subset-Specific Algorithm Fits",
      "topics": [
        "subsemble"
      ]
    }
  ],
  "_readme": "https://github.com/ledell/subsemble/raw/HEAD/README.md",
  "_rundeps": [
    "bitops",
    "caTools",
    "codetools",
    "cvAUC",
    "data.table",
    "foreach",
    "gam",
    "gplots",
    "gtools",
    "iterators",
    "KernSmooth",
    "nnls",
    "ROCR",
    "SuperLearner"
  ],
  "_score": 4.332438459915606,
  "_indexed": true,
  "_nocasepkg": "subsemble",
  "_universes": [
    "ledell"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-13T08:53:37.000Z",
      "distro": "resolute",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "https://r2.ropensci.org/79b6c8aa471814062d07d57f2f3c53647d937d33b6ddff41a76da43e894a60f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-13T08:52:43.000Z",
      "distro": "resolute",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "https://r2.ropensci.org/b9a54b5dc9a8ab47a28cd1ff02c217abcd6a7c546edb196c080378fbf0c98ab3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-13T09:04:09.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "https://r2.ropensci.org/19ff3c376370cf89cb4ff53c6b715fa3f983475d5b3c5da6eb49e9ae622d2f0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-13T09:00:49.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "https://r2.ropensci.org/eaad95506b0c026cfaeb37dde1e525454659ee1d2ed8d9643f5192f52ed49bbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-13T08:52:35.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "https://r2.ropensci.org/bbdd8889c5fbecc1b5691ca0de4cfe95f272b54cb3ac9be457dc7b3ce1f4698f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-13T08:51:48.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "https://r2.ropensci.org/6ce2458e09804bfea7a1f4b64d29534b138fc3b090f6ee02d0e303b1d6897fa5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-13T08:52:02.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "https://r2.ropensci.org/efd85105c91597d4be0861d5df767abb3d8d341d3dbbdb7b29f62c10dc1e1355",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-13T08:51:41.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "https://r2.ropensci.org/5ba5ef1e7fec7bc96c80dd0ae3fc4f5347f51f3c81d2dd7e21dfbc6ba9af6bd5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/29236613801"
    }
  ]
}