Concept Flow - Non-linear curve fitting
Start with data points
Choose model function
Initial guess for parameters
Use curve_fit to optimize parameters
Check fit quality
Use fitted curve for prediction or plotting
We start with data and a model, guess parameters, optimize them to fit data, then use the fit.