-
Chapter 1 : Introduction to Artificial Intelligence and Quantitative Trading 5
-
Lecture1.1
-
Lecture1.2
-
Lecture1.3
-
Lecture1.4
-
Lecture1.5
-
-
Chapter 2 : Course Overview 2
-
Lecture2.1
-
Lecture2.2
-
-
Chapter 3 : Supervised Learning Workflow 1
-
Lecture3.1
-
-
Chapter 4 : Data Preparation Workflow 1
-
Lecture4.1
-
-
Chapter 5 : Trade Signal as Trigger 3
-
Lecture5.1
-
Lecture5.2
-
Lecture5.3
-
-
Chapter 6 : Labelling Financial Data 2
-
Lecture6.1
-
Lecture6.2
-
-
Chapter 7 : Feature Selection for Financial Data 2
-
Lecture7.1
-
Lecture7.2
-
-
Chapter 8 : Decision Tree : Foundation, Mathematics and Modelling 5
-
Lecture8.1
-
Lecture8.2
-
Lecture8.3
-
Lecture8.4
-
Lecture8.5
-
-
Chapter 9 : Decision Tree : Coding and Implementation for False Signal Detection 3
-
Lecture9.1
-
Lecture9.2
-
Lecture9.3
-
-
Chapter 10 : Performance Improvement 3
-
Lecture10.1
-
Lecture10.2
-
Lecture10.3
-
This content is protected, please login and enroll course to view this content!
3 Comments
Data = pd.read_csv(‘AI_For_Finance_Data’)
#Data = pd.read_excel(‘AI_For_Finance_Data’)
ทำตามขั้นตอนแต่รันไม่ผ่านครับ ขึ้้นว่า
NameError Traceback (most recent call last)
in ()
—-> 1 Data = pd.read_csv(‘AI_For_Finance_Data’)
2 #Data = pd.read_excel(‘AI_For_Finance_Data’)
NameError: name ‘pd’ is not defined
ลองพิมพ์ import pandas as pd ลงในส่วนของ import library ดูครับ จาก error ที่เห็นเหมือนจะยังไม่ได้ import pandas as pd ถ้าติดปัญหาลองเทียบกับ code ต้นฉบับที่ผมให้ไว้ดูครับ ว่าพิมพ์อะไรตกหล่นรึเปล่าครับ
Data = pd.read_csv(‘AI_For_Finance_Data.csv’)
#Data = pd.read_excel(‘AI_For_Finance_Data.xlsx’)
ต้องใส่นามสกุลไฟล์ลงไปด้วยครับ