บทความ

กำลังแสดงโพสต์จาก พฤศจิกายน, 2018

scikit-learn : decision tree Dependency

ติดตั้ง , set part var , restart หรือ import os แล้ว append https://stackoverflow.com/questions/35064304/runtimeerror-make-sure-the-graphviz-executables-are-on-your-systems-path-aft Graphviz ใช้ในการสร้างภาพ graph จาก graph/tree data

scikit-learn : รัน jupyter notebook แล้วเกิด ImportError: DLL load failed: The specified module could not be found.

รูปภาพ
ปัญหา ImportError : DLL load failed: The specified module could not be found. ปัญหานี้เกิดจากการ install แค่เพียง numpy วิธีการ ให้ uninstall numpy แล้วไป download numpy+mkl.whl เช่น (numpy‑1.15.4+mkl‑cp36‑cp36m‑win_amd64.whl *ขึ้นกับ pythonVersion) ได้ที่ https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy จากนั้นก็ ติดตั้งไฟล์ .whl ด้วยคำสั่ง pip ก็จะสามารถใช้งานได้ปกติ