]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44151: linear_regression() minor API improvements (GH-26199)
authorZack Kneupper <zachary.kneupper@gmail.com>
Tue, 25 May 2021 00:30:58 +0000 (20:30 -0400)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 00:30:58 +0000 (17:30 -0700)
commit2f3a87856c7033227577b9ed0c77ed75311430b7
treeb3c06f5f87a54c4e4464426c7ba6af8071e2d4f3
parent8450e8a81f6d54f45e1fc5c13a03878c9978750d
bpo-44151: linear_regression() minor API improvements (GH-26199)
Doc/library/statistics.rst
Lib/statistics.py
Lib/test/test_statistics.py