Book1_Python-For-Beginners icon indicating copy to clipboard operation
Book1_Python-For-Beginners copied to clipboard

Book1_Ch06_Python_Codes中,Bk1_Ch06_12.ipynb代码有误

Open CzernobogLow opened this issue 1 year ago • 1 comments

cell[8] 一元线性回归代码运行后报错,statistics库没有linear_regression方法

CzernobogLow avatar Aug 06 '24 18:08 CzernobogLow

版本问题, https://docs.python.org/3/library/statistics.html#statistics.linear_regression

On Tue, Aug 6, 2024 at 2:56 PM CzernobogLow @.***> wrote:

cell[8] 一元线性回归代码运行后报错,statistics库没有linear_regression方法

— Reply to this email directly, view it on GitHub https://github.com/Visualize-ML/Book1_Python-For-Beginners/issues/186, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHC6V4PGGGWNTPWXYZFODDZQEL4RAVCNFSM6AAAAABMC5LECGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2TCNJQGAZTIMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Visualize-ML avatar Aug 08 '24 10:08 Visualize-ML