This is documentation for an old release of SciPy (version 0.7.). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.LSQUnivariateSpline

class scipy.interpolate.LSQUnivariateSpline(x, y, t, w=None, bbox=[, None, None], k=3)
Weighted least-squares univariate spline approximation. Appears to be identical to UnivariateSpline with more error checking.