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

Raymond Hettinger report at bugs.python.org
Wed May 19 10:53:54 EDT 2021


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

> Just to clarify, is the proposal to return a 
> regular tuple instead of named tuple?

No, it should still have named fields.  Either Line or LinearRegression would suffice.

----------

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


More information about the Python-bugs-list mailing list