Guillaume Lemaître is an open-source software engineer whose code is used by a large share of the machine learning community. He is a core maintainer of scikit-learn, the reference machine learning library for Python, and of imbalanced-learn, the toolkit for learning from unbalanced datasets that he has helped shape for years. Maintaining libraries at that level of adoption means caring about API design, documentation, performance, and correctness in equal measure.
Guillaume holds a PhD in medical imaging, a field where model quality is not abstract and where rigorous evaluation is part of the job. That academic grounding informs his open-source work, from careful handling of edge cases to the numerics behind resampling and preprocessing methods.
At :probably, he applies this combination of research depth and engineering discipline as part of his day-to-day work. Whether reviewing pull requests, writing documentation, or implementing new estimators, Guillaume contributes to keeping the Python machine learning ecosystem trustworthy for the practitioners who build on it every day.
Guillaume Lemaître