{
  "_id": "6a102015acfb0bcc41c8b6c6",
  "Package": "StratifiedRF",
  "Type": "Package",
  "Title": "Builds Trees by Sampling Variables in Groups",
  "Version": "0.2.2",
  "Author": "David Cortes <david.cortes.rivera@gmail.com>",
  "Maintainer": "David Cortes <david.cortes.rivera@gmail.com>",
  "Description": "Random Forest-like tree ensemble that works with groups of\npredictor variables. When building a tree, a number of\nvariables is taken randomly from each group separately, thus\nensuring that it considers variables from each group for the\nsplits. Useful when rows contain information about different\nthings (e.g. user information and product information) and it's\nnot sensible to make a prediction with information from only\none group of variables, or when there are far more variables\nfrom one group than the other and it's desired to have groups\nappear evenly on trees. Trees are grown using the C5.0\nalgorithm rather than the usual CART algorithm. Supports\nparallelization (multithreaded), missing values in predictors,\nand categorical variables (without doing One-Hot encoding in\nthe processing). Can also be used to create a regular\n(non-stratified) Random Forest-like model, but made up of C5.0\ntrees and with some additional control options. As it's built\nwith C5.0 trees, it works only for classification (not for\nregression).",
  "License": "GPL-3",
  "RoxygenNote": "6.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 06:29:17 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://david-cortes.r-universe.dev",
  "Date/Publication": "2017-10-08 09:04:50 UTC",
  "RemoteUrl": "https://github.com/david-cortes/stratifiedrf",
  "RemoteRef": "HEAD",
  "RemoteSha": "70d5ff051f57e51028015e724ca03a56b635d0fa",
  "MD5sum": "628a742a1a689704283cb9370f5c5e2f",
  "_user": "david-cortes",
  "_type": "src",
  "_file": "StratifiedRF_0.2.2.tar.gz",
  "_fileid": "5b786b0b8c04574ecc5ecd5db3370a24f7b192093df2904ced396791a2e404fe",
  "_filesize": 123526,
  "_sha256": "5b786b0b8c04574ecc5ecd5db3370a24f7b192093df2904ced396791a2e404fe",
  "_created": "2026-05-14T06:29:17.000Z",
  "_published": "2026-05-22T09:21:25.642Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77351688279,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988596381"
    },
    {
      "job": 77351688840,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988593289"
    },
    {
      "job": 77351688346,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988588026"
    },
    {
      "job": 77351688365,
      "time": 112,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988590754"
    },
    {
      "job": 77351687437,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988566145"
    },
    {
      "job": 77351687655,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157133396"
    },
    {
      "job": 77351688540,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988587598"
    },
    {
      "job": 77351688554,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988586531"
    },
    {
      "job": 77351688441,
      "time": 98,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988587361"
    }
  ],
  "_buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/david-cortes/stratifiedrf",
  "_commit": {
    "id": "70d5ff051f57e51028015e724ca03a56b635d0fa",
    "author": "david-cortes <david.cortes.rivera@gmail.com>",
    "committer": "david-cortes <david.cortes.rivera@gmail.com>",
    "message": "gpl license\n",
    "time": 1507453490
  },
  "_maintainer": {
    "name": "David Cortes",
    "email": "david.cortes.rivera@gmail.com",
    "login": "david-cortes",
    "uuid": 11860098
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "C50",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    }
  ],
  "_owner": "david-cortes",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "david-cortes",
      "count": 2,
      "uuid": 11860098
    }
  ],
  "_userbio": {
    "uuid": 11860098,
    "type": "user",
    "name": "david-cortes"
  },
  "_downloads": {
    "count": 182,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/StratifiedRF"
  },
  "_devurl": "https://github.com/david-cortes/stratifiedrf",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/StratifiedRF.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/david-cortes/stratifiedrf",
  "_realowner": "david-cortes",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2017-06-21"
    },
    {
      "version": "0.2.2",
      "date": "2017-06-30"
    }
  ],
  "_exports": [
    "stratified_rf",
    "varimp_stratified_rf"
  ],
  "_help": [
    {
      "page": "predict.stratified_rf",
      "title": "Make predictions on new data",
      "topics": [
        "predict.stratified_rf"
      ]
    },
    {
      "page": "print.stratified_rf",
      "title": "Print summary statistics from a model",
      "topics": [
        "print.stratified_rf"
      ]
    },
    {
      "page": "stratified_rf",
      "title": "Stratified Random Forest",
      "topics": [
        "stratified_rf"
      ]
    },
    {
      "page": "summary.stratified_rf",
      "title": "Summary statistics from a model",
      "topics": [
        "summary.stratified_rf"
      ]
    },
    {
      "page": "varimp_stratified_rf",
      "title": "Heuristic on variable importance",
      "topics": [
        "varimp_stratified_rf"
      ]
    }
  ],
  "_readme": "https://github.com/david-cortes/stratifiedrf/raw/HEAD/README.md",
  "_rundeps": [
    "C50",
    "cli",
    "Cubist",
    "dplyr",
    "Formula",
    "generics",
    "glue",
    "inum",
    "lattice",
    "libcoin",
    "lifecycle",
    "magrittr",
    "Matrix",
    "mvtnorm",
    "partykit",
    "pillar",
    "pkgconfig",
    "plyr",
    "R6",
    "Rcpp",
    "reshape2",
    "rlang",
    "rpart",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "stratifiedrf",
  "_universes": [
    "david-cortes"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-14T06:31:20.000Z",
      "distro": "noble",
      "commit": "70d5ff051f57e51028015e724ca03a56b635d0fa",
      "fileid": "b8b4699b4a2761c5e7e2115c602c48ed3ec0b5613fd0daa7d540b96f66bfbaa0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-14T06:31:06.000Z",
      "distro": "noble",
      "commit": "70d5ff051f57e51028015e724ca03a56b635d0fa",
      "fileid": "6cf9176d14c37dc60f436712bc6d7b1b294630b7190e21e176d8f07650fce71c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-14T06:30:52.000Z",
      "commit": "70d5ff051f57e51028015e724ca03a56b635d0fa",
      "fileid": "b7b63d037cb5e0949e1c969a0d4d0637ed191b14118cecac6f7a815f89c8ab4f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-14T06:31:01.000Z",
      "commit": "70d5ff051f57e51028015e724ca03a56b635d0fa",
      "fileid": "7200efbf1b75c41d9deed0a6fae4b51bfd61e77ed58628054feb0431e38eaaa8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-14T06:30:34.000Z",
      "commit": "70d5ff051f57e51028015e724ca03a56b635d0fa",
      "fileid": "ace78ca2b9e28b5e57e923d6d7e6e73d3344cba7fcfa1059aa4320b2861fc0c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-14T06:30:28.000Z",
      "commit": "70d5ff051f57e51028015e724ca03a56b635d0fa",
      "fileid": "f2c2bf59514749832ae304df19825acb2e155b205c97026b8d0bc53b3afdec9c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-14T06:30:35.000Z",
      "commit": "70d5ff051f57e51028015e724ca03a56b635d0fa",
      "fileid": "3bd5e0a3b0c7cc85ba117dadb9c6428d6c4fdcb087e831b5f4a15f95e49dcbf1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-05-22T09:21:02.000Z",
      "commit": "70d5ff051f57e51028015e724ca03a56b635d0fa",
      "fileid": "50c0f4a93c152de0385064b5506af6bbbc40f80215f08e75d30612ae0c49f647",
      "status": "success",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25845482589"
    }
  ]
}