📚 node [[bucketing]]
📓
garden/KGBicheno/Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/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
📖 stoas
- public document at doc.anagora.org/bucketing
- video call at meet.jit.si/bucketing
⥅ related node [[quantile_bucketing]]
🔎 full text search for 'bucketing'