This commit is contained in:
Morten Hjorth-Jensen
2023-11-16 06:33:54 +01:00
parent 73e82cd8dd
commit 2c1f27b519
38 changed files with 2623 additions and 3020 deletions
-14
View File
@@ -61,20 +61,6 @@ learned the underlying structure of the training data and hence can,
given some assumptions, make predictions about the target feature value
(class) of unseen query instances.
!split
===== A Sketch of a Tree, Regression problem =====
"See handwritten notes November 3":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2022/NotesNov32022.pdf"
#FIGURE: [DataFiles/Regsimpletree.png, width=600 frac=0.8]
!split
===== A Sketch of a Tree, Classification problem =====
"See handwritten notes November 3":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2022/NotesNov32022.pdf"
#FIGURE: [DataFiles/Classimpletree.png, width=600 frac=0.8]
!split
===== A typical Decision Tree with its pertinent Jargon, Classification Problem =====