{
  "_id": "6a1ffca5b401979e73444c14",
  "Package": "FeatureTerminatoR",
  "Type": "Package",
  "Title": "Feature Selection Engine to Remove Features with Minimal\nPredictive Power",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Gary\", \"Hutson\", , \"hutsons-hacks@outlook.com\", c(\"aut\", \"cre\"), comment = c(ORCID=\"0000-0003-3534-6143\")))",
  "Maintainer": "Gary Hutson <hutsons-hacks@outlook.com>",
  "Description": "The aim is to take in data.frame inputs and utilises\nmethods, such as recursive feature engineering, to enable the\nfeatures to be removed. What this does differently from the\nother packages, is that it gives you the choice to remove the\nvariables manually, or it automated this process. Feature\nselection is a concept in machine learning, and statistical\npipelines, whereby unimportant, or less predictive variables\nare eliminated from the analysis, see Boughaci (2018)\n<doi:10.1007/s40595-018-0107-y>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 10:02:34 UTC",
    "User": "root"
  },
  "Author": "Gary Hutson [aut, cre]\n(<https://orcid.org/0000-0003-3534-6143>)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2021-07-14 08:00:04 UTC",
  "RemoteUrl": "https://github.com/cran/FeatureTerminatoR",
  "RemoteRef": "HEAD",
  "RemoteSha": "5c53b7c538f20235e3234b4e8a63843de76e26b3",
  "MD5sum": "a811b51a4aa3ed715aa1631e933d36a0",
  "_user": "cran",
  "_type": "src",
  "_file": "FeatureTerminatoR_1.0.0.tar.gz",
  "_fileid": "a927087420c6ec7dd121d089f05bbdd219859dd5ba65df254ae0fb76659c665a",
  "_filesize": 311322,
  "_sha256": "a927087420c6ec7dd121d089f05bbdd219859dd5ba65df254ae0fb76659c665a",
  "_created": "2026-06-03T10:02:34.000Z",
  "_published": "2026-06-03T10:06:29.056Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79269342908,
      "time": 181,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7381583067"
    },
    {
      "job": 79269343051,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7381573092"
    },
    {
      "job": 79268796456,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381516375"
    },
    {
      "job": 79269342942,
      "time": 196,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381588425"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26877534828",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/FeatureTerminatoR",
  "_commit": {
    "id": "5c53b7c538f20235e3234b4e8a63843de76e26b3",
    "author": "Gary Hutson <hutsons-hacks@outlook.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1626249604
  },
  "_maintainer": {
    "name": "Gary Hutson",
    "email": "hutsons-hacks@outlook.com",
    "orcid": "0000-0003-3534-6143"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "e1071",
      "role": "Imports"
    },
    {
      "package": "randomForest",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_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": 195,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/FeatureTerminatoR"
  },
  "_searchresults": 13,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/FeatureTerminatoR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2021-07-14"
    }
  ],
  "_exports": [
    "mutlicol_terminator",
    "rfeTerminator"
  ],
  "_help": [
    {
      "page": "mutlicol_terminator",
      "title": "Multicollinearity TerminatoR - Feature Selection to remove highly correlated values",
      "topics": [
        "mutlicol_terminator"
      ]
    },
    {
      "page": "rfeTerminator",
      "title": "Recursive Feature Engineering SelectoR",
      "topics": [
        "rfeTerminator"
      ]
    }
  ],
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "randomForest",
    "RColorBrewer",
    "Rcpp",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "feature_terminatoR_howto.Rmd",
      "filename": "feature_terminatoR_howto.html",
      "title": "FeatureTerminatoR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Loading the packages",
        "Recursive Feature Elimination",
        "Using the rfe_removeR function in FeatureTerminatoR",
        "Loading the test data",
        "Fitting a RFE method to the data",
        "Exploring the model output results",
        "Outputting the original and reduced data",
        "Viewing the original data",
        "Obtaining the data after rfe termination",
        "Removing High Correlated Features - multicol_terminatoR",
        "Why bother about multicollinearity?",
        "Getting started with the high correlation removal",
        "Visualising the outputs",
        "Viewing the raw correlation and covariance matrices",
        "Viewing the reduced data",
        "Still to be included"
      ],
      "created": "2021-07-14 08:00:04",
      "modified": "2021-07-14 08:00:04",
      "commits": 1
    }
  ],
  "_score": 2.113943352306837,
  "_indexed": true,
  "_nocasepkg": "featureterminator",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-03T10:05:01.000Z",
      "distro": "noble",
      "commit": "5c53b7c538f20235e3234b4e8a63843de76e26b3",
      "fileid": "7efaf26b81672964ce7d521162284d0078056f1c760638a8f322becbd6e5da29",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26877534828"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-03T10:04:48.000Z",
      "distro": "noble",
      "commit": "5c53b7c538f20235e3234b4e8a63843de76e26b3",
      "fileid": "7ee5cbfcc9660b2b3b124055cff7020846b54d7eee3c4164b2c89e7190c63453",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26877534828"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-03T10:06:10.000Z",
      "commit": "5c53b7c538f20235e3234b4e8a63843de76e26b3",
      "fileid": "21748f49ff372f5f5e78e62774a39937ebfc6f790cb6927edf64f92b6d24b097",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26877534828"
    }
  ]
}