Other packages > Find by keyword >

Information  

Data Exploration with Information Theory (Weight-of-Evidence and Information Value)
View on CRAN: Click here


Download and install Information package within the R console
Install from CRAN:
install.packages("Information")

Install from Github:
library("remotes")
install_github("cran/Information")

Install by package version:
library("remotes")
install_version("Information", "0.0.9")



Attach the package and use:
library("Information")
Maintained by
Larsen Kim
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-09-16
Latest Update: 2016-04-09
Description:
Performs exploratory data analysis and variable screening for binary classification models using weight-of-evidence (WOE) and information value (IV). In order to make the package as efficient as possible, aggregations are done in data.table and creation of WOE vectors can be distributed across multiple cores. The package also supports exploration for uplift models (NWOE and NIV).
How to cite:
Larsen Kim (2015). Information: Data Exploration with Information Theory (Weight-of-Evidence and Information Value). R package version 0.0.9, https://cran.r-project.org/web/packages/Information. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.0.3 (2015-09-16 10:05), 0.0.4 (2015-10-01 11:13), 0.0.5 (2015-10-14 09:48), 0.0.6 (2015-11-13 08:55), 0.0.7 (2015-11-19 11:02), 0.0.8 (2016-03-26 15:17)
Other packages that cited Information R package
View Information citation profile
Other R packages that Information depends, imports, suggests or enhances
Complete documentation for Information
Functions, R codes and Examples using the Information R package
Some associated functions: Aggregate . CheckInputs . Information . MultiPlot . NWOE . SinglePlot . WOE . create_infotables . is.binary . penalty . plot_infotables . train . valid . 
Some associated R codes: Aggregate.R . CheckInputs.R . Information.R . IsBinary.R . MultiPlot.R . NWOE.R . Penalty.R . SinglePlot.R . WOE.R . create_infotables.R . data.R . plot_infotables.R .  Full Information package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA