Visualize-ML / Book1_Python-For-Beginners

Book_1_《编程不难》 | 鸢尾花书:从加减乘除到机器学习;请多多批评指正!
4.55k stars 879 forks source link

Book_1_Ch_13__聊聊NumPy PDF文字有误 #46

Closed Just-W-E closed 1 year ago

Just-W-E commented 1 year ago

姜老师好! Page 5 13.3生成数列中numpy.linspace的说明里 “例如,numpy.linspace(1, 10, 6) 生成一个等间距数列 [1, 3.25, 5.5, 7.75, 10]。” 应为“例如,numpy.linspace(1, 10, 5) 生成一个等间距数列 [1, 3.25, 5.5, 7.75, 10]。”

Visualize-ML commented 1 year ago

谢谢你,已经修改。请继续批评指正。

Cheers, James

Visualize-ML commented 1 year ago

确实写错了。请继续批评指正。

Cheers, James

On Mon, Jul 17, 2023 at 5:06 AM Just-W-E @.***> wrote:

Page 5 13.3生成数列中numpy.linspace的说明里 “例如,numpy.linspace(1, 10, 6) 生成一个等间距数列 [1, 3.25, 5.5, 7.75, 10]。” 应为“例如,numpy.linspace(1, 10, 5) 生成一个等间距数列 [1, 3.25, 5.5, 7.75, 10]。”

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