[issue44151] Improve parameter names and return value ordering for linear_regression

Raymond Hettinger report at bugs.python.org
Wed May 19 20:10:41 EDT 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Steven, do you approve of this?

    linear_regression(x, y) -> LinearRegression(slope, intercept)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44151>
_______________________________________


More information about the Python-bugs-list mailing list