binr | R Documentation |
Package binr
(pronounced as "binner") provides algorithms for cutting
numerical values exhibiting a potentially highly skewed distribution into
evenly distributed groups (bins). This functionality can be applied for
binning discrete values, such as counts, as well as for discretization of
continuous values, for example, during generation of features used in machine
learning algorithms.
Sergei Izrailev
Copyright (C) Collective, Inc.; with portions Copyright (C) Jabiru Ventures LLC
Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
http://github.com/jabiru/binr
devtools::install_github("jabiru/binr")
Sergei Izrailev
bins
, bins.quantiles
, bins.optimize
, bins.greedy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.