SciPy - Curve Fitting and Regression
You have noisy data points that roughly follow an exponential decay:
y = a * exp(-b * x) + c. How can fitting this model with curve_fit help you understand the data better?