sklearn.model_selection.train_test_split, Scikit-learn developers, 2023 - Official documentation for the train_test_split function, detailing its parameters and usage.
Pipelining: chaining estimators, Scikit-learn developers, 2023 - Describes how Scikit-learn Pipelines prevent data leakage during preprocessing and model training.