{
  "_id": "6a113decacfb0bcc41ce602d",
  "Package": "autoBagging",
  "Type": "Package",
  "Title": "Learning to Rank Bagging Workflows with Metalearning",
  "Version": "0.1.0",
  "Authors@R": "c(person(\"Fabio\", \"Pinto\", role = c(\"aut\")),\nperson(\"Vitor\", \"Cerqueira\", email = \"cerqueira.vitormanuel@gmail.com\", role = \"cre\"),\nperson(\"Carlos\", \"Soares\", role = \"ctb\"),\nperson(\"Joao\", \"Mendes-Moreira\", role = \"ctb\"))",
  "Author": "Fabio Pinto [aut], Vitor Cerqueira [cre], Carlos Soares [ctb],\nJoao Mendes-Moreira [ctb]",
  "Maintainer": "Vitor Cerqueira <cerqueira.vitormanuel@gmail.com>",
  "Description": "A framework for automated machine learning. Concretely,\nthe focus is on the optimisation of bagging workflows. A\nbagging workflows is composed by three phases: (i) generation:\nwhich and how many predictive models to learn; (ii) pruning:\nafter learning a set of models, the worst ones are cut off from\nthe ensemble; and (iii) integration: how the models are\ncombined for predicting a new observation. autoBagging\noptimises these processes by combining metalearning and a\nlearning to rank approach to learn from metadata. It\nautomatically ranks 63 bagging workflows by exploiting past\nperformance and dataset characterization. A complete\ndescription of the method can be found in: Pinto, F.,\nCerqueira, V., Soares, C., Mendes-Moreira, J. (2017):\n\"autoBagging: Learning to Rank Bagging Workflows with\nMetalearning\" arXiv preprint arXiv:1706.09367.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "LazyData": "no",
  "RoxygenNote": "6.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 05:33:24 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "make libicu-dev",
  "Repository": "https://vcerqueira.r-universe.dev",
  "Date/Publication": "2017-07-01 23:06:44 UTC",
  "RemoteUrl": "https://github.com/cran/autoBagging",
  "RemoteRef": "HEAD",
  "RemoteSha": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
  "MD5sum": "e755019665c462c49612a86e4ba619ee",
  "_user": "vcerqueira",
  "_type": "src",
  "_file": "autoBagging_0.1.0.tar.gz",
  "_fileid": "c784061049f01e0dcc90d7d42b5cb39e32d6eae448c32e27eb046db3a52d4f9d",
  "_filesize": 922227,
  "_sha256": "c784061049f01e0dcc90d7d42b5cb39e32d6eae448c32e27eb046db3a52d4f9d",
  "_created": "2026-05-23T05:33:24.000Z",
  "_published": "2026-05-23T05:41:00.503Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77500122378,
      "time": 172,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7174590546"
    },
    {
      "job": 77500122385,
      "time": 164,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7174589696"
    },
    {
      "job": 77500122371,
      "time": 173,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7174587043"
    },
    {
      "job": 77500122382,
      "time": 388,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7174608957"
    },
    {
      "job": 77499917570,
      "time": 204,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174569960"
    },
    {
      "job": 77500122333,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174584061"
    },
    {
      "job": 77500122377,
      "time": 124,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7174584695"
    },
    {
      "job": 77500122394,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7174583166"
    },
    {
      "job": 77500122403,
      "time": 110,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7174582975"
    }
  ],
  "_buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/autoBagging",
  "_commit": {
    "id": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
    "author": "Vitor Cerqueira <cerqueira.vitormanuel@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1498950404
  },
  "_maintainer": {
    "name": "Vitor Cerqueira",
    "email": "cerqueira.vitormanuel@gmail.com",
    "login": "vcerqueira",
    "description": "Research on machine learning, time series\n",
    "uuid": 8150664
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "cluster",
      "role": "Imports"
    },
    {
      "package": "xgboost",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "e1071",
      "role": "Imports"
    },
    {
      "package": "rpart",
      "role": "Imports"
    },
    {
      "package": "abind",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "entropy",
      "role": "Imports"
    },
    {
      "package": "lsr",
      "role": "Imports"
    },
    {
      "package": "CORElearn",
      "role": "Imports"
    },
    {
      "package": "infotheo",
      "role": "Imports"
    },
    {
      "package": "minerva",
      "role": "Imports"
    },
    {
      "package": "party",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "vcerqueira",
      "count": 1,
      "uuid": 8150664
    }
  ],
  "_userbio": {
    "uuid": 8150664,
    "type": "user",
    "name": "Vitor Cerqueira",
    "description": "Research on machine learning, time series\r\n"
  },
  "_downloads": {
    "count": 262,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/autoBagging"
  },
  "_searchresults": 9,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/autoBagging.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "vcerqueira",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-07-02"
    }
  ],
  "_exports": [
    "abmodel",
    "autoBagging",
    "baggedtrees",
    "bagging",
    "get_target",
    "majority_voting",
    "predict"
  ],
  "_datasets": [
    {
      "name": "sysdata",
      "title": "sysdata",
      "object": "sysdata",
      "file": "sysdata.rda",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "abmodel",
      "title": "abmodel",
      "topics": [
        "abmodel"
      ]
    },
    {
      "page": "abmodel-class",
      "title": "abmodel-class",
      "topics": [
        "abmodel-class"
      ]
    },
    {
      "page": "autoBagging",
      "title": "autoBagging",
      "topics": [
        "autoBagging-package",
        "autoBagging"
      ]
    },
    {
      "page": "baggedtrees",
      "title": "bagged trees models",
      "topics": [
        "baggedtrees"
      ]
    },
    {
      "page": "bagging",
      "title": "bagging method",
      "topics": [
        "bagging"
      ]
    },
    {
      "page": "bb",
      "title": "Boosting-based pruning of models",
      "topics": [
        "bb"
      ]
    },
    {
      "page": "classmajority.landmarker",
      "title": "classmajority.landmarker",
      "topics": [
        "classmajority.landmarker"
      ]
    },
    {
      "page": "classmajority.landmarker.correlation",
      "title": "classmajority.landmarker.correlation",
      "topics": [
        "classmajority.landmarker.correlation"
      ]
    },
    {
      "page": "classmajority.landmarker.entropy",
      "title": "classmajority.landmarker.entropy",
      "topics": [
        "classmajority.landmarker.entropy"
      ]
    },
    {
      "page": "classmajority.landmarker.interinfo",
      "title": "classmajority.landmarker.interinfo",
      "topics": [
        "classmajority.landmarker.interinfo"
      ]
    },
    {
      "page": "classmajority.landmarker.mutual.information",
      "title": "classmajority.landmarker.mutual.information",
      "topics": [
        "classmajority.landmarker.mutual.information"
      ]
    },
    {
      "page": "ContAttrs",
      "title": "Retrieve names of continuous attributes (not including the target)",
      "topics": [
        "ContAttrs"
      ]
    },
    {
      "page": "dstump.landmarker_d1",
      "title": "dstump.landmarker_d1",
      "topics": [
        "dstump.landmarker_d1"
      ]
    },
    {
      "page": "dstump.landmarker_d1.correlation",
      "title": "dstump.landmarker_d1.correlation",
      "topics": [
        "dstump.landmarker_d1.correlation"
      ]
    },
    {
      "page": "dstump.landmarker_d1.entropy",
      "title": "dstump.landmarker_d1.entropy",
      "topics": [
        "dstump.landmarker_d1.entropy"
      ]
    },
    {
      "page": "dstump.landmarker_d1.interinfo",
      "title": "dstump.landmarker_d1.interinfo",
      "topics": [
        "dstump.landmarker_d1.interinfo"
      ]
    },
    {
      "page": "dstump.landmarker_d1.mutual.information",
      "title": "dstump.landmarker_d1.mutual.information",
      "topics": [
        "dstump.landmarker_d1.mutual.information"
      ]
    },
    {
      "page": "dstump.landmarker_d2",
      "title": "dstump.landmarker_d2",
      "topics": [
        "dstump.landmarker_d2"
      ]
    },
    {
      "page": "dstump.landmarker_d2.correlation",
      "title": "dstump.landmarker_d2.correlation",
      "topics": [
        "dstump.landmarker_d2.correlation"
      ]
    },
    {
      "page": "dstump.landmarker_d2.entropy",
      "title": "dstump.landmarker_d2.entropy",
      "topics": [
        "dstump.landmarker_d2.entropy"
      ]
    },
    {
      "page": "dstump.landmarker_d2.interinfo",
      "title": "dstump.landmarker_d2.interinfo",
      "topics": [
        "dstump.landmarker_d2.interinfo"
      ]
    },
    {
      "page": "dstump.landmarker_d2.mutual.information",
      "title": "dstump.landmarker_d2.mutual.information",
      "topics": [
        "dstump.landmarker_d2.mutual.information"
      ]
    },
    {
      "page": "dstump.landmarker_d3",
      "title": "dstump.landmarker_d3",
      "topics": [
        "dstump.landmarker_d3"
      ]
    },
    {
      "page": "dstump.landmarker_d3.correlation",
      "title": "dstump.landmarker_d3.correlation",
      "topics": [
        "dstump.landmarker_d3.correlation"
      ]
    },
    {
      "page": "dstump.landmarker_d3.entropy",
      "title": "dstump.landmarker_d3.entropy",
      "topics": [
        "dstump.landmarker_d3.entropy"
      ]
    },
    {
      "page": "dstump.landmarker_d3.interinfo",
      "title": "dstump.landmarker_d3.interinfo",
      "topics": [
        "dstump.landmarker_d3.interinfo"
      ]
    },
    {
      "page": "dstump.landmarker_d3.mutual.information",
      "title": "dstump.landmarker_d3.mutual.information",
      "topics": [
        "dstump.landmarker_d3.mutual.information"
      ]
    },
    {
      "page": "get_target",
      "title": "get target variable",
      "topics": [
        "get_target"
      ]
    },
    {
      "page": "GetMeasure",
      "title": "Retrieve the value of a previously computed measure",
      "topics": [
        "GetMeasure"
      ]
    },
    {
      "page": "KNORA.E",
      "title": "K-Nearest-ORAcle-Eliminate",
      "topics": [
        "KNORA.E"
      ]
    },
    {
      "page": "lda.landmarker.correlation",
      "title": "lda.landmarker.correlation",
      "topics": [
        "lda.landmarker.correlation"
      ]
    },
    {
      "page": "majority_voting",
      "title": "majority voting",
      "topics": [
        "majority_voting"
      ]
    },
    {
      "page": "mdsq",
      "title": "Margin Distance Minimization",
      "topics": [
        "mdsq"
      ]
    },
    {
      "page": "nb.landmarker",
      "title": "nb.landmarker",
      "topics": [
        "nb.landmarker"
      ]
    },
    {
      "page": "nb.landmarker.correlation",
      "title": "nb.landmarker.correlation",
      "topics": [
        "nb.landmarker.correlation"
      ]
    },
    {
      "page": "nb.landmarker.entropy",
      "title": "nb.landmarker.entropy",
      "topics": [
        "nb.landmarker.entropy"
      ]
    },
    {
      "page": "nb.landmarker.interinfo",
      "title": "nb.landmarker.interinfo",
      "topics": [
        "nb.landmarker.interinfo"
      ]
    },
    {
      "page": "nb.landmarker.mutual.information",
      "title": "nb.landmarker.mutual.information",
      "topics": [
        "nb.landmarker.mutual.information"
      ]
    },
    {
      "page": "OLA",
      "title": "Overall Local Accuracy",
      "topics": [
        "OLA"
      ]
    },
    {
      "page": "predict-abmodel-method",
      "title": "Predicting on new data with a *abmodel* model",
      "topics": [
        "predict,abmodel-method"
      ]
    },
    {
      "page": "ReadDF",
      "title": "FUNCTION TO TRANSFORM DATA FRAME INTO LIST WITH GSI REQUIREMENTS",
      "topics": [
        "ReadDF"
      ]
    },
    {
      "page": "SymbAttrs",
      "title": "Retrieve names of symbolic attributes (not including the target)",
      "topics": [
        "SymbAttrs"
      ]
    },
    {
      "page": "sysdata",
      "title": "sysdata",
      "topics": [
        "sysdata"
      ]
    }
  ],
  "_readme": "https://github.com/cran/autoBagging/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "caret",
    "class",
    "cli",
    "clock",
    "cluster",
    "codetools",
    "coin",
    "CORElearn",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "entropy",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "infotheo",
    "ipred",
    "isoband",
    "iterators",
    "jsonlite",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "libcoin",
    "lifecycle",
    "listenv",
    "lsr",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "matrixStats",
    "minerva",
    "ModelMetrics",
    "modeltools",
    "multcomp",
    "mvtnorm",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "party",
    "pillar",
    "pkgconfig",
    "plotrix",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "rpart.plot",
    "S7",
    "sandwich",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "strucchange",
    "survival",
    "TH.data",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xgboost",
    "zoo"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "autobagging",
  "_universes": [
    "vcerqueira"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-23T05:35:56.000Z",
      "distro": "noble",
      "commit": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
      "fileid": "908b76960c1739dd59fe5fe90469f835b2875512594b16a11ac9597b815c47d2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-23T05:35:50.000Z",
      "distro": "noble",
      "commit": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
      "fileid": "6458107f5c225fad404efeb432cb509735e9e424c57d1df777efd3c26e1cc0c5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-23T05:35:43.000Z",
      "commit": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
      "fileid": "d5f16898054e4ed26ab40d8b21944b20b8ea382bba9d59a614c73fd94c50e30b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-23T05:38:45.000Z",
      "commit": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
      "fileid": "80b81eec1cb898d1f26c4b0444d08438c188a302f3ebaecab96ad0e090213030",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-23T05:35:42.000Z",
      "commit": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
      "fileid": "0824b84b684eafb03ace631addbcccf7d1eb1e253801e44ff3ef60f809ed364d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-23T05:35:01.000Z",
      "commit": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
      "fileid": "c9dde4f099ef3eae50d58817d87da029527030d49d10c48c4ddc6fe4b35472df",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-23T05:34:52.000Z",
      "commit": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
      "fileid": "6a3f8d71926646685f7295d0bc6e19d05a007aeccb3c27ed7434cd280c934e46",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-23T05:34:59.000Z",
      "commit": "557d304a4a7bd0bf707d9c1a1f6d6a35e8b9da98",
      "fileid": "24c394f1089b2a80c67c5928960adbc4bede61958dcfe54b734cc9d716f4e5c9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vcerqueira/actions/runs/26324650318"
    }
  ]
}