πŸ“• Node [[bucketing]]
πŸ“„ Bucketing.md by @KGBicheno

bucketing

Go back to the [[AI Glossary]]

Converting a (usually continuous) feature into multiple binary features called buckets or bins, typically based on value range. For example, instead of representing temperature as a single continuous floating-point feature, you could chop ranges of temperatures into discrete bins. Given temperature data sensitive to a tenth of a degree, all temperatures between 0.0 and 15.0 degrees could be put into one bin, 15.1 to 30.0 degrees could be a second bin, and 30.1 to 50.0 degrees could be a third bin.

C

Loading pushes...

Rendering context...