{
  "_id": "6a1020bfacfb0bcc41c8bc4e",
  "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-05-14 06:07:09 UTC",
    "User": "root"
  },
  "Author": "Erin LeDell [cre],\nStephanie Sapp [aut],\nMark van der Laan [aut]",
  "Maintainer": "Erin LeDell <oss@ledell.org>",
  "MD5sum": "243ff6781e015c750b17802aa41254f6",
  "_user": "ledell",
  "_type": "src",
  "_file": "subsemble_0.1.0.tar.gz",
  "_fileid": "549db5d7a06adb5b732f60ca1ba7abceade32785b0958116bd68e737d906b835",
  "_filesize": 136142,
  "_sha256": "549db5d7a06adb5b732f60ca1ba7abceade32785b0958116bd68e737d906b835",
  "_created": "2026-05-14T06:07:09.000Z",
  "_published": "2026-05-22T09:24:15.146Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77352034292,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988301404"
    },
    {
      "job": 77352034854,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988301083"
    },
    {
      "job": 77352034795,
      "time": 134,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988302725"
    },
    {
      "job": 77352034583,
      "time": 117,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988298839"
    },
    {
      "job": 77352034155,
      "time": 238,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988272568"
    },
    {
      "job": 77352033962,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157186637"
    },
    {
      "job": 77352034777,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988290014"
    },
    {
      "job": 77352034848,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988294067"
    },
    {
      "job": 77352034963,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988292010"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 4073698
  },
  "_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",
    "description": "Chief Scientist at Distributional, Inc."
  },
  "_downloads": {
    "count": 300,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/subsemble"
  },
  "_devurl": "https://github.com/ledell/subsemble",
  "_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/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.37383114507383,
  "_indexed": true,
  "_nocasepkg": "subsemble",
  "_universes": [
    "ledell"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-14T06:09:25.000Z",
      "distro": "noble",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "eaaf856c875b01a4e0ec88ad84b71efb1e449a0312a37cdac244072be0013542",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-14T06:09:24.000Z",
      "distro": "noble",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "803ab6d53b5338ed4e3802acdf37a7dee1e6a7b1122ee0d1234785ecf4a497a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-14T06:09:30.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "5019c08a78dbfce8000d287dfae5e65c25fbcde4c23a94d80aae6735d39281e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-14T06:09:10.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "4c79f31d695318896609ecd570825cb5b18c9a881a6091d4ae82d02f07ea09b8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-14T06:08:31.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "6cecb2632d612e31ad77d0aa2afcca3a9546d3e725dca28962830307f063cf16",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-14T06:08:44.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "cc608e1b8645dd7d7efee3da635bfb22820c359923643545b2144a9cf7b868b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-14T06:08:40.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "95a2b67b471b358e46389e34ab8cdc67baddcb6a5796704d3e52ac44bd5e58d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T09:23:54.000Z",
      "commit": "93a0acd027aba3aca2ae942264f957ca4c27a8f4",
      "fileid": "c9ecf048b0b2922a57adf462e14754f2c2d83fbed9b63e34289965e4881aec86",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ledell/actions/runs/25844680653"
    }
  ]
}