I watched the video and run the notebook, Expectation is that with smaller size of the dataset, adding more noise will make the difference between true dataset and sk_result is bigger. However, when the dataset is bigger, adding more noise will not make the difference between true dataset ans sk_result not as bigger as smaller dataset.. I experiment with some values like below, The result shows that for true dataset (without noise) > 0.5, increasing the first coin flipped will increase the with noise percentage. While for true datase < 0.5, increasing the first coin flipped will decrease the with noise percentage. It makes sense since the true dataset below 0.5, the with noise will move towards the mean of the true dataset. It also work for the true datase above 0.5, the with noise will move towards the mean of the true dataset.