Technical Content
Taming randomness in ML models with hypothesis testing and marimo
The behavior of ML models is often affected by randomness at different levels, from the initialization of model parameters to the dataset split into training and evaluation. Thus, predictions made by a model are potentially different every time you run it.