-
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!
2 Comments
อาจารย์ครับในส่วนของy_test=y.iloc[:start_test_position:]
ผมผิดตามอาจารย์ทุกอย่าง ยังขึ้นเออเรออีกครับ
y_train = Data[[“target”]].iloc[:start_test_position]
y_test = Data[[“target”]].iloc[start_test_position:]
ตำแหน่งของ : ต้องมีข้างหน้าและข้างหลังอย่างละตัวนะครับ มีตัวเดียว