Sha256: 035e9814764b0cd290ecdf11e103f6243d97201a752b32714e946d6ea591faee
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
# Convert quantitative data to categorical data. # http://saedsayad.com/binning.htm # E.g., ages in years to 5 groups: # * < 10 # * 11 - 20 # * 21 - 30 # * 31 - 40 # * > 40
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-data-explorer-0.0.1 | lib/rails-data-explorer/utils/data_binner.rb |