Skip to content
← Glossary
Glossary

One-Hot Encoding

Turning a categorical value into a vector of 0s with a single 1 marking which category it is — the standard way to feed non-numeric categories into a model that only understands numbers.