เรียนรู้ AI: Deep Learning ด้วย Python

[featured_image]
Download
Download is available until [expire_date]
  • Version
  • Download 1311
  • File Size 172 KB
  • File Count 1
  • Create Date
  • Last Updated

เรียนรู้ AI: Deep Learning ด้วย Python

file .7z

--Note--

เนื่องจาก Seaborn version 0.12 บังคับให้กำหนด x y หากรันแล้วติด Erreor 'Multiple values' ให้ใช้โค้ด ดัง ตย. ดังนี้

sns.scatterplot(x='petal_length',y='petal_width',data=df, hue='species'...)

หรือ ถอน seaborn ออก
pip uninstall seaborn

แล้วติดตั้ง v 0.11 ก็ได้ (ใช้ code เดิมที่ไม่ระบุ x y ได้เลย จะมี warning นิดหน่อย แต่ไม่มีผลอะไร)

pip install seaborn==0.11