{
  "_id": "6a269e0f24555f66ed520ca1",
  "Package": "Information",
  "Type": "Package",
  "Title": "Data Exploration with Information Theory (Weight-of-Evidence and\nInformation Value)",
  "Version": "0.0.9",
  "Date": "2016-04-08",
  "Authors@R": "person(\"Larsen\", \"Kim\", email = \"kblarsen4@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Performs exploratory data analysis and variable screening\nfor binary classification models using weight-of-evidence (WOE)\nand information value (IV). In order to make the package as\nefficient as possible, aggregations are done in data.table and\ncreation of WOE vectors can be distributed across multiple\ncores. The package also supports exploration for uplift models\n(NWOE and NIV).",
  "License": "GPL (>=3)",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "5.0.1",
  "Repository": "https://klarsen1.r-universe.dev",
  "Date/Publication": "2016-04-10 15:41:27 UTC",
  "RemoteUrl": "https://github.com/klarsen1/information",
  "RemoteRef": "HEAD",
  "RemoteSha": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 10:44:01 UTC",
    "User": "root"
  },
  "Author": "Larsen Kim [aut, cre]",
  "Maintainer": "Larsen Kim <kblarsen4@gmail.com>",
  "MD5sum": "8993f945ddee5a30bf34bc320e2a73db",
  "_user": "klarsen1",
  "_type": "src",
  "_file": "Information_0.0.9.tar.gz",
  "_fileid": "7f61a9e1e77e6f9fa79073d7a7ab807c089aa2a06ff03abbb9defda2e5db72c2",
  "_filesize": 927347,
  "_sha256": "7f61a9e1e77e6f9fa79073d7a7ab807c089aa2a06ff03abbb9defda2e5db72c2",
  "_created": "2026-06-08T10:44:01.000Z",
  "_published": "2026-06-08T10:48:47.068Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80076171615,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7478019615"
    },
    {
      "job": 80076171635,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7478022916"
    },
    {
      "job": 80076171742,
      "time": 199,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7478049011"
    },
    {
      "job": 80076171627,
      "time": 169,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7478036498"
    },
    {
      "job": 80075664991,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7477976096"
    },
    {
      "job": 80076171608,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7478016611"
    },
    {
      "job": 80076171653,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7478014975"
    },
    {
      "job": 80076171623,
      "time": 122,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7478020334"
    },
    {
      "job": 80076171612,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7478011298"
    }
  ],
  "_buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/klarsen1/information",
  "_commit": {
    "id": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
    "author": "Kim Larsen <kimlarsen@Kim-Larsens-2015-MacBook-Pro.local>",
    "committer": "Kim Larsen <kimlarsen@Kim-Larsens-2015-MacBook-Pro.local>",
    "message": "version 0.0.9 -- removed the match key from the output tables\n",
    "time": 1460302887
  },
  "_maintainer": {
    "name": "Larsen Kim",
    "email": "kblarsen4@gmail.com",
    "login": "klarsen1",
    "description": "",
    "uuid": 10136180
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.2",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "iterators",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "reshape2",
      "role": "Suggests"
    },
    {
      "package": "ClustOfVar",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "klarsen1",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 44,
  "_userbio": {
    "uuid": 10136180,
    "type": "user",
    "name": "Kim Larsen"
  },
  "_downloads": {
    "count": 739,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Information"
  },
  "_mentions": 74,
  "_devurl": "https://github.com/klarsen1/information",
  "_searchresults": 149,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/Information.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/klarsen1/information",
  "_realowner": "klarsen1",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.3",
      "date": "2015-09-16"
    },
    {
      "version": "0.0.4",
      "date": "2015-10-01"
    },
    {
      "version": "0.0.5",
      "date": "2015-10-14"
    },
    {
      "version": "0.0.6",
      "date": "2015-11-13"
    },
    {
      "version": "0.0.7",
      "date": "2015-11-19"
    },
    {
      "version": "0.0.8",
      "date": "2016-03-26"
    },
    {
      "version": "0.0.9",
      "date": "2016-04-08"
    }
  ],
  "_exports": [
    "Aggregate",
    "CheckInputs",
    "create_infotables",
    "is.binary",
    "MultiPlot",
    "NWOE",
    "penalty",
    "plot_infotables",
    "SinglePlot",
    "WOE"
  ],
  "_datasets": [
    {
      "name": "train",
      "title": "Training dataset",
      "object": "train",
      "class": [
        "data.frame"
      ],
      "fields": [
        "TREATMENT",
        "M_SNC_MST_RCNT_ACT_OPN",
        "TOT_HI_CRDT_CRDT_LMT",
        "RATIO_BAL_TO_HI_CRDT",
        "AGRGT_BAL_ALL_XCLD_MRTG",
        "N_OF_SATISFY_FNC_REV_ACTS",
        "AVG_BAL_ALL_FNC_REV_ACTS",
        "N_BANK_INSTLACTS",
        "M_SNCOLDST_BNKINSTL_ACTOPN",
        "N_FNC_INSTLACTS",
        "N_SATISFY_INSTL_ACTS",
        "M_SNC_MSTREC_INSTL_TRD_OPN",
        "TOT_INSTL_HI_CRDT_CRDT_LMT",
        "M_SNC_OLDST_MRTG_ACT_OPN",
        "M_SNC_MSTRCNT_MRTG_ACT_UPD",
        "M_SNC_MST_RCNT_MRTG_DEAL",
        "N30D_ORWRS_RTNG_MRTG_ACTS",
        "N_OF_MRTG_ACTS_DLINQ_24M",
        "N_SATISFY_PRSNL_FNC_ACTS",
        "RATIO_PRSNL_FNC_BAL2HICRDT",
        "TOT_OTHRFIN_HICRDT_CRDTLMT",
        "N_SATISFY_OIL_NATIONL_ACTS",
        "M_SNCOLDST_OIL_NTN_TRD_OPN",
        "N_BC_ACTS_OPN_IN_12M",
        "N_BC_ACTS_OPN_IN_24M",
        "AVG_BAL_ALL_PRM_BC_ACTS",
        "N_RETAIL_ACTS_OPN_IN_24M",
        "M_SNC_OLDST_RETAIL_ACT_OPN",
        "RATIO_RETAIL_BAL2HI_CRDT",
        "TOT_BAL_ALL_DPT_STORE_ACTS",
        "N_30D_RATINGS",
        "N_120D_RATINGS",
        "N_30D_AND_60D_RATINGS",
        "N_ACTS_WITH_MXD_3_IN_24M",
        "N_ACTS_WITH_MXD_4_IN_24M",
        "PRCNT_OF_ACTS_NEVER_DLQNT",
        "N_ACTS_90D_PLS_LTE_IN_6M",
        "TOT_NOW_LTE",
        "N_DEROG_PUB_RECS",
        "N_INQUIRIES",
        "N_FNC_ACTS_VRFY_IN_12M",
        "N_OPEN_REV_ACTS",
        "N_FNC_ACTS_OPN_IN_12M",
        "HI_RETAIL_CRDT_LMT",
        "N_PUB_REC_ACT_LINE_DEROGS",
        "M_SNC_MST_RCNT_60_DAY_RTNG",
        "N_DISPUTED_ACTS",
        "AUTO_HI_CRDT_2_ACTUAL",
        "MRTG_1_MONTHLY_PAYMENT",
        "MRTG_2_CURRENT_BAL",
        "PREM_BANKCARD_CRED_LMT",
        "STUDENT_HI_CRED_RANGE",
        "AUTO_2_OPEN_DATE_YRS",
        "MAX_MRTG_CLOSE_DATE",
        "UPSCALE_OPEN_DATE_YRS",
        "STUDENT_OPEN_DATE_YRS",
        "FNC_CARD_OPEN_DATE_YRS",
        "AGE",
        "D_DEPTCARD",
        "D_REGION_A",
        "D_REGION_B",
        "D_REGION_C",
        "D_NA_M_SNC_MST_RCNT_ACT_OPN",
        "D_NA_AVG_BAL_ALL_FNC_REV_ACTS",
        "D_NA_M_SNCOLDST_BNKINSTL_ACTOPN",
        "D_NA_M_SNC_OLDST_MRTG_ACT_OPN",
        "D_NA_M_SNC_MST_RCNT_MRTG_DEAL",
        "D_NA_RATIO_PRSNL_FNC_BAL2HICRDT",
        "PURCHASE",
        "UNIQUE_ID"
      ],
      "rows": 10000,
      "table": true,
      "tojson": true
    },
    {
      "name": "valid",
      "title": "Validation dataset",
      "object": "valid",
      "class": [
        "data.frame"
      ],
      "fields": [
        "TREATMENT",
        "PURCHASE",
        "M_SNC_MST_RCNT_ACT_OPN",
        "TOT_HI_CRDT_CRDT_LMT",
        "RATIO_BAL_TO_HI_CRDT",
        "AGRGT_BAL_ALL_XCLD_MRTG",
        "N_OF_SATISFY_FNC_REV_ACTS",
        "AVG_BAL_ALL_FNC_REV_ACTS",
        "N_BANK_INSTLACTS",
        "M_SNCOLDST_BNKINSTL_ACTOPN",
        "N_FNC_INSTLACTS",
        "N_SATISFY_INSTL_ACTS",
        "M_SNC_MSTREC_INSTL_TRD_OPN",
        "TOT_INSTL_HI_CRDT_CRDT_LMT",
        "M_SNC_OLDST_MRTG_ACT_OPN",
        "M_SNC_MSTRCNT_MRTG_ACT_UPD",
        "M_SNC_MST_RCNT_MRTG_DEAL",
        "N30D_ORWRS_RTNG_MRTG_ACTS",
        "N_OF_MRTG_ACTS_DLINQ_24M",
        "N_SATISFY_PRSNL_FNC_ACTS",
        "RATIO_PRSNL_FNC_BAL2HICRDT",
        "TOT_OTHRFIN_HICRDT_CRDTLMT",
        "N_SATISFY_OIL_NATIONL_ACTS",
        "M_SNCOLDST_OIL_NTN_TRD_OPN",
        "N_BC_ACTS_OPN_IN_12M",
        "N_BC_ACTS_OPN_IN_24M",
        "AVG_BAL_ALL_PRM_BC_ACTS",
        "N_RETAIL_ACTS_OPN_IN_24M",
        "M_SNC_OLDST_RETAIL_ACT_OPN",
        "RATIO_RETAIL_BAL2HI_CRDT",
        "TOT_BAL_ALL_DPT_STORE_ACTS",
        "N_30D_RATINGS",
        "N_120D_RATINGS",
        "N_30D_AND_60D_RATINGS",
        "N_ACTS_WITH_MXD_3_IN_24M",
        "N_ACTS_WITH_MXD_4_IN_24M",
        "PRCNT_OF_ACTS_NEVER_DLQNT",
        "N_ACTS_90D_PLS_LTE_IN_6M",
        "TOT_NOW_LTE",
        "N_DEROG_PUB_RECS",
        "N_INQUIRIES",
        "N_FNC_ACTS_VRFY_IN_12M",
        "N_OPEN_REV_ACTS",
        "N_FNC_ACTS_OPN_IN_12M",
        "HI_RETAIL_CRDT_LMT",
        "N_PUB_REC_ACT_LINE_DEROGS",
        "M_SNC_MST_RCNT_60_DAY_RTNG",
        "N_DISPUTED_ACTS",
        "AUTO_HI_CRDT_2_ACTUAL",
        "MRTG_1_MONTHLY_PAYMENT",
        "MRTG_2_CURRENT_BAL",
        "PREM_BANKCARD_CRED_LMT",
        "STUDENT_HI_CRED_RANGE",
        "AUTO_2_OPEN_DATE_YRS",
        "MAX_MRTG_CLOSE_DATE",
        "UPSCALE_OPEN_DATE_YRS",
        "STUDENT_OPEN_DATE_YRS",
        "FNC_CARD_OPEN_DATE_YRS",
        "AGE",
        "UNIQUE_ID",
        "D_DEPTCARD",
        "D_REGION_A",
        "D_REGION_B",
        "D_REGION_C",
        "D_NA_M_SNC_MST_RCNT_ACT_OPN",
        "D_NA_AVG_BAL_ALL_FNC_REV_ACTS",
        "D_NA_M_SNCOLDST_BNKINSTL_ACTOPN",
        "D_NA_M_SNC_OLDST_MRTG_ACT_OPN",
        "D_NA_M_SNC_MST_RCNT_MRTG_DEAL",
        "D_NA_RATIO_PRSNL_FNC_BAL2HICRDT"
      ],
      "rows": 10000,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "Aggregate",
      "title": "(helper function )Aggregate data for WOE/NWOE calculations",
      "topics": [
        "Aggregate"
      ]
    },
    {
      "page": "CheckInputs",
      "title": "(helper function) Check user inputs and convert factors to characters. Provide readable reasons if errors are found.",
      "topics": [
        "CheckInputs"
      ]
    },
    {
      "page": "create_infotables",
      "title": "Create WOE/NWOE tables and rank variables by IV/NIV",
      "topics": [
        "create_infotables"
      ]
    },
    {
      "page": "Information",
      "title": "Data exploration with information theory (weight-of-evidence and information value)",
      "topics": [
        "Information-package",
        "Information"
      ]
    },
    {
      "page": "is.binary",
      "title": "(helper function) Calculate cross validation penalty",
      "topics": [
        "is.binary"
      ]
    },
    {
      "page": "MultiPlot",
      "title": "(helper function) Plot mutiple WOE vectors on one page",
      "topics": [
        "MultiPlot"
      ]
    },
    {
      "page": "NWOE",
      "title": "Create WOE table (helper function)",
      "topics": [
        "NWOE"
      ]
    },
    {
      "page": "penalty",
      "title": "(helper function) Calculate cross validation penalty",
      "topics": [
        "penalty"
      ]
    },
    {
      "page": "plot_infotables",
      "title": "Create bar charts for WOE or NWOE vectors",
      "topics": [
        "plot_infotables"
      ]
    },
    {
      "page": "SinglePlot",
      "title": "(helper function) Plot a WOE or NWOE vector",
      "topics": [
        "SinglePlot"
      ]
    },
    {
      "page": "train",
      "title": "Training dataset",
      "topics": [
        "train"
      ]
    },
    {
      "page": "valid",
      "title": "Validation dataset",
      "topics": [
        "valid"
      ]
    },
    {
      "page": "WOE",
      "title": "Create WOE tables from aggregated data (helper function)",
      "topics": [
        "WOE"
      ]
    }
  ],
  "_readme": "https://github.com/klarsen1/information/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "data.table",
    "doParallel",
    "farver",
    "foreach",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "labeling",
    "lifecycle",
    "plyr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "Information-vignette.Rmd",
      "filename": "Information-vignette.html",
      "title": "Information Package Vignette",
      "author": "Kim Larsen",
      "engine": "knitr::rmarkdown_notangle",
      "headings": [
        "Introduction",
        "Information Theory",
        "Defining WOE and IV",
        "The Weight of Evidence",
        "Ties to Naive Bayes and Logistic Regression",
        "The Information Value",
        "Estimating WOE",
        "Extensions to Exploratory Analysis for Uplift Models",
        "The Information R Package",
        "Data Used in Examples",
        "Key Functions",
        "External Cross Validation",
        "Example for a Traditional Binary Classification Problem",
        "Ranking All Variables Using Adjusted IV",
        "Analyzing WOE Patterns",
        "Plotting WOE Patterns",
        "Omitting Cross Validation",
        "Changing the Number of Bins",
        "Uplift Example",
        "Combining IV Analysis With Variable Clustering",
        "Summary",
        "References",
        "Other Packages that support information theory"
      ],
      "created": "2015-09-12 01:30:07",
      "modified": "2015-11-18 21:52:05",
      "commits": 8
    }
  ],
  "_score": 7.51560894923448,
  "_indexed": true,
  "_nocasepkg": "information",
  "_universes": [
    "klarsen1"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.9",
      "date": "2026-06-08T10:45:49.000Z",
      "distro": "noble",
      "commit": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
      "fileid": "189fe39163e5053f02cd48765ef591ac03ce10ab8990bab979a6c7ca79ce846a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.9",
      "date": "2026-06-08T10:46:00.000Z",
      "distro": "noble",
      "commit": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
      "fileid": "8d94489a369b105660d2bb0846bb295adcefd6121cbcb483d4e69117c92f6636",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.9",
      "date": "2026-06-08T10:47:17.000Z",
      "commit": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
      "fileid": "82b779ec03a1e92c5ff1f4498673dcd8361ab7c773430d41e52589a713d28d6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.9",
      "date": "2026-06-08T10:46:44.000Z",
      "commit": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
      "fileid": "485a73765b6b851ed56e4331514df0181e8a9e03e44e076f06d4df51711a3789",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.9",
      "date": "2026-06-08T10:46:06.000Z",
      "commit": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
      "fileid": "80b9d1169a12431b9277c0566f8e0b1e81ec04e56bdde66e0908c0d092011283",
      "status": "success",
      "buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.9",
      "date": "2026-06-08T10:45:28.000Z",
      "commit": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
      "fileid": "6de643bb907f790bed8a49cf065101056052c77bbca8068a1e588f1a5a16fe86",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.9",
      "date": "2026-06-08T10:45:40.000Z",
      "commit": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
      "fileid": "3741eb7cd8632924d2b866781901c6da08687e5fdbdac6508b03da88e2bebe89",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.9",
      "date": "2026-06-08T10:45:16.000Z",
      "commit": "b3a826a6f8a38aa8c664156cef4f16edae196ec3",
      "fileid": "d5b51f4d5c90d64e62ebcdf2306cca4d1e49ac552d5551ee6333facb51dff721",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/klarsen1/actions/runs/27132180750"
    }
  ]
}