Applied Predictive Modeling, Max Kuhn and Kjell Johnson, 2013 (Springer) - This book provides comprehensive coverage of data preprocessing techniques, including various transformations like log transformation, explaining their role in enhancing model performance.
numpy.log1p, NumPy Developers, 2023 - Official documentation for NumPy's log1p function, detailing its mathematical definition, usage, and why it's suitable for non-negative data including zeros.
An Analysis of Transformations, George E. P. Box and David R. Cox, 1964Journal of the Royal Statistical Society. Series B (Methodological), Vol. 26 (Oxford University Press)DOI: 10.1111/j.2517-6161.1964.tb00553.x - This foundational paper introduces the Box-Cox transformation, which generalizes power transformations including the log transformation, offering a statistical framework for improving data normality.