binst: a simple library for discretization
binst is a simple library which incorporates different ways to discretize variables in your data.
Installation
R
Install from CRAN:
install.packages("binst")
Install the development version from github:
# install.packages("devtools")
devtools::install_github("jules-and-dave/binst/R")
Python
Install from sources:
python setup.py install
License and Copyrights
This library is released under MIT, Copyright (c) 2016 Chapman Siu.