Visualize-ML / Book1_Python-For-Beginners

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

Book1_ch15 对应的 jupyter notebook 中一段内容有误 #95

Closed wxhnewStar closed 10 months ago

wxhnewStar commented 10 months ago

IN[68] 中:

"

查看原始数组

print(a) # 输出:[1 0 3 4 5] " 备注里对 a 的输出值写错了,应该是 "[1 1000 3 4 5]"

Visualize-ML commented 10 months ago

谢谢你,哪一章?哪个代码文件?

On Sun, Oct 8, 2023 at 8:37 AM shainvol @.***> wrote:

IN[68] 中:

" 查看原始数组

print(a) # 输出:[1 0 3 4 5] " 备注里对 a 的输出值写错了,应该是 "[1 1000 3 4 5]"

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

wxhnewStar commented 10 months ago

抱歉! 标题打错了, 是 14 章唯一的那个 notebook,第 68 个格子中,对应部分出错了

Visualize-ML commented 10 months ago

谢谢你!录制微课视频时,会上传修改后版本。请继续批评指正。