Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
 
 

README.md

binst: a simple library for discretization

CRAN_Status_Badge Travis-CI Build Status Coverage Status

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.

You can’t perform that action at this time.