Using scipy.optimize.least_squares(), I could use the parameter loss='huber' (for example) to reduce the influence of outliers.
How would I do this with lmfit.Model.fit()
Thanks, that works.
I presume the least_squares code got additional features and options over the years.