Predicting good probabilities with supervised learning, Alexandru Niculescu-Mizil, Rich Caruana, 2005Proceedings of the 22nd International Conference on Machine Learning (ACM)DOI: 10.1145/1102351.1102430 - A foundational paper comparing various probability calibration techniques, including Platt Scaling and Isotonic Regression, and popularizing reliability diagrams.
scikit-learn: sklearn.calibration.CalibratedClassifierCV, scikit-learn developers, 2024 - Official documentation for the Scikit-learn module that implements probability calibration using Platt Scaling and Isotonic Regression.