{
  "_id": "6a16ae14acfb0bcc41d84701",
  "Package": "ebmc",
  "Type": "Package",
  "Title": "Ensemble-Based Methods for Class Imbalance Problem",
  "Version": "1.0.1",
  "Author": "Hsiang Hao, Chen",
  "Maintainer": "\"Hsiang Hao, Chen\" <kbman1101@gmail.com>",
  "Description": "Four ensemble-based methods (SMOTEBoost, RUSBoost,\nUnderBagging, and SMOTEBagging) for class imbalance problem are\nimplemented for binary classification. Such methods adopt\nensemble methods and data re-sampling techniques to improve\nmodel performance in presence of class imbalance problem. One\nspecial feature offers the possibility to choose multiple\nsupervised learning algorithms to build weak learners within\nensemble models. References: Nitesh V. Chawla, Aleksandar\nLazarevic, Lawrence O. Hall, and Kevin W. Bowyer (2003)\n<doi:10.1007/978-3-540-39804-2_12>, Chris Seiffert, Taghi M.\nKhoshgoftaar, Jason Van Hulse, and Amri Napolitano (2010)\n<doi:10.1109/TSMCA.2009.2029559>, R. Barandela, J. S. Sanchez,\nR. M. Valdovinos (2003) <doi:10.1007/s10044-003-0192-z>, Shuo\nWang and Xin Yao (2009) <doi:10.1109/CIDM.2009.4938667>, Yoav\nFreund and Robert E. Schapire (1997)\n<doi:10.1006/jcss.1997.1504>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 08:38:03 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-01-10 17:12:44 UTC",
  "RemoteUrl": "https://github.com/cran/ebmc",
  "RemoteRef": "HEAD",
  "RemoteSha": "c70b4c5b8bb495bef2be180fe247d6217d244167",
  "MD5sum": "74cdd072cbb0985b1f73dca061d71337",
  "_user": "cran",
  "_type": "src",
  "_file": "ebmc_1.0.1.tar.gz",
  "_fileid": "e37b58f1b12a4befc2e9a64ea42e29aa1dc3985f345a6d57c34f1644ff2e1f7e",
  "_filesize": 120411,
  "_sha256": "e37b58f1b12a4befc2e9a64ea42e29aa1dc3985f345a6d57c34f1644ff2e1f7e",
  "_created": "2026-05-27T08:38:03.000Z",
  "_published": "2026-05-27T08:40:52.116Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78039375985,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7235823587"
    },
    {
      "job": 78039375966,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235825198"
    },
    {
      "job": 78038906196,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235776942"
    },
    {
      "job": 78039375949,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235816044"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26500319493",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/ebmc",
  "_commit": {
    "id": "c70b4c5b8bb495bef2be180fe247d6217d244167",
    "author": "Hsiang Hao, Chen <kbman1101@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.1\n",
    "time": 1641834764
  },
  "_maintainer": {
    "name": "\"Hsiang Hao, Chen\"",
    "email": "kbman1101@gmail.com",
    "login": "littlekb",
    "uuid": 24226102
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "e1071",
      "role": "Imports"
    },
    {
      "package": "rpart",
      "role": "Imports"
    },
    {
      "package": "C50",
      "role": "Imports"
    },
    {
      "package": "randomForest",
      "role": "Imports"
    },
    {
      "package": "pROC",
      "role": "Imports"
    },
    {
      "package": "smotefamily",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 182,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ebmc"
  },
  "_searchresults": 31,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ebmc.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2017-08-29"
    },
    {
      "version": "1.0.1",
      "date": "2022-01-10"
    }
  ],
  "_exports": [
    "adam2",
    "measure",
    "predict.modelBag",
    "predict.modelBst",
    "rus",
    "sbag",
    "sbo",
    "ub"
  ],
  "_help": [
    {
      "page": "adam2",
      "title": "Implementation of AdaBoost.M2",
      "topics": [
        "adam2"
      ]
    },
    {
      "page": "measure",
      "title": "Calculating Performance Measurement in Class Imbalance Problem",
      "topics": [
        "measure"
      ]
    },
    {
      "page": "predict.modelBag",
      "title": "Predict Method for modelBag Object",
      "topics": [
        "predict.modelBag"
      ]
    },
    {
      "page": "predict.modelBst",
      "title": "Predict Method for modelBst Object",
      "topics": [
        "predict.modelBst"
      ]
    },
    {
      "page": "rus",
      "title": "Implementation of RUSBoost",
      "topics": [
        "rus"
      ]
    },
    {
      "page": "sbag",
      "title": "Implementation of SMOTEBagging",
      "topics": [
        "sbag"
      ]
    },
    {
      "page": "sbo",
      "title": "Implementation of SMOTEBoost",
      "topics": [
        "sbo"
      ]
    },
    {
      "page": "ub",
      "title": "Implementation of UnderBagging",
      "topics": [
        "ub"
      ]
    }
  ],
  "_rundeps": [
    "C50",
    "class",
    "cli",
    "cpp11",
    "Cubist",
    "dbscan",
    "e1071",
    "FNN",
    "Formula",
    "generics",
    "glue",
    "igraph",
    "inum",
    "lattice",
    "libcoin",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "mvtnorm",
    "partykit",
    "pkgconfig",
    "plyr",
    "pROC",
    "proxy",
    "randomForest",
    "Rcpp",
    "reshape2",
    "rlang",
    "rpart",
    "smotefamily",
    "stringi",
    "stringr",
    "survival",
    "vctrs"
  ],
  "_score": 1.4913616938342726,
  "_indexed": true,
  "_nocasepkg": "ebmc",
  "_universes": [
    "cran",
    "littlekb"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-27T08:40:01.000Z",
      "distro": "noble",
      "commit": "c70b4c5b8bb495bef2be180fe247d6217d244167",
      "fileid": "f13d497b6c34b78c99ed15c8fcf0c0a4970fb64ecb82e65a64d4df90fdb77a1f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26500319493"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-27T08:40:02.000Z",
      "distro": "noble",
      "commit": "c70b4c5b8bb495bef2be180fe247d6217d244167",
      "fileid": "76559ee2493077398b4e3c20ca83a4297a0fb3ebf3869f7556c7087357c32f8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26500319493"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-27T08:40:12.000Z",
      "commit": "c70b4c5b8bb495bef2be180fe247d6217d244167",
      "fileid": "d43077372e12ae43068528dbb1b13e693eff703b2648492ae279fab3af834edb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26500319493"
    }
  ]
}