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
-21
View File
@@ -146,14 +146,6 @@ div.toc p,a {
None,
'decision-trees-overarching-aims'),
('Basics of a tree', 2, None, 'basics-of-a-tree'),
('A Sketch of a Tree, Regression problem',
2,
None,
'a-sketch-of-a-tree-regression-problem'),
('A Sketch of a Tree, Classification problem',
2,
None,
'a-sketch-of-a-tree-classification-problem'),
('A typical Decision Tree with its pertinent Jargon, '
'Classification Problem',
2,
@@ -437,19 +429,6 @@ given some assumptions, make predictions about the target feature value
(class) of unseen query instances.
</p>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="a-sketch-of-a-tree-regression-problem">A Sketch of a Tree, Regression problem </h2>
<a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2022/NotesNov32022.pdf" target="_blank">See handwritten notes November 3</a>
<!-- FIGURE: [DataFiles/Regsimpletree.png, width=600 frac=0.8] -->
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="a-sketch-of-a-tree-classification-problem">A Sketch of a Tree, Classification problem </h2>
<a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2022/NotesNov32022.pdf" target="_blank">See handwritten notes November 3</a>
<!-- FIGURE: [DataFiles/Classimpletree.png, width=600 frac=0.8] -->
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="a-typical-decision-tree-with-its-pertinent-jargon-classification-problem">A typical Decision Tree with its pertinent Jargon, Classification Problem </h2>