sklearn.preprocessing.OrdinalEncoder, scikit-learn developers, 2024 - This official documentation explains the OrdinalEncoder transformer, its parameters, and its use for mapping categorical features to ordinal integers.
pandas.Series.map, pandas developers, 2024 - This official documentation details the map method for Pandas Series, useful for applying custom mapping functions or dictionaries.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A comprehensive book on machine learning that covers data preprocessing, including categorical encoding strategies, and their impact on various model types.