Label encoding

From Rice Wiki
Revision as of 00:22, 1 May 2024 by Rice (talk | contribs) (Created page with "'''Label encoding''' encodes ordinal categorical data into numerical ones by representing them as discrete numbers. It does not work for nominal data. Category: Machine Learning")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Label encoding encodes ordinal categorical data into numerical ones by representing them as discrete numbers. It does not work for nominal data.