diff --git a/doc/pub/DecisionTrees/html/._DecisionTrees-bs000.html b/doc/pub/DecisionTrees/html/._DecisionTrees-bs000.html index ec2e98fd3..1a30011fc 100644 --- a/doc/pub/DecisionTrees/html/._DecisionTrees-bs000.html +++ b/doc/pub/DecisionTrees/html/._DecisionTrees-bs000.html @@ -108,11 +108,12 @@ Automatically generated HTML file from DocOnce source 2, None, '___sec43'), - ('AdaBoost Examples', 2, None, '___sec44'), - ('Gradient boosting: Basic Algorithm', 2, None, '___sec45'), - ('Gradient Boosting, Examples', 2, None, '___sec46'), - ('Gradient Boots with Early Stopping', 2, None, '___sec47'), - ('XGBoost: Extreme Gradient Boosting', 2, None, '___sec48')]} + ('Basic Steps of AdaBoost', 2, None, '___sec44'), + ('AdaBoost Examples', 2, None, '___sec45'), + ('Gradient boosting: Basic Algorithm', 2, None, '___sec46'), + ('Gradient Boosting, Examples', 2, None, '___sec47'), + ('Gradient Boots with Early Stopping', 2, None, '___sec48'), + ('XGBoost: Extreme Gradient Boosting', 2, None, '___sec49')]} end of tocinfo -->
@@ -194,11 +195,12 @@ MathJax.Hub.Config({+With the above definitions we are now ready to set up the algorithm for AdaBoost. +
@@ -1880,12 +1888,12 @@ plt.show()
@@ -1976,7 +1984,7 @@ plt.show()
@@ -2041,7 +2049,7 @@ error_going_up = 0
+With the above definitions we are now ready to set up the algorithm for AdaBoost.
+
+
+
@@ -1854,12 +1863,12 @@ plt.show()
@@ -1949,7 +1958,7 @@ plt.show()
@@ -2013,7 +2022,7 @@ error_going_up = 0
+With the above definitions we are now ready to set up the algorithm for AdaBoost.
+
+
+
@@ -1859,12 +1868,12 @@ plt.show()
@@ -1954,7 +1963,7 @@ plt.show()
@@ -2018,7 +2027,7 @@ error_going_up = XGBoost: Extreme Gradient Boosting
+Gradient boosting: Basic Algorithm
+Gradient boosting: Basic Algorithm
Gradient Boosting, Examples
+Gradient Boosting, Examples
Gradient Boots with Early Stopping
+Gradient Boots with Early Stopping
XGBoost: Extreme Gradient Boosting
+XGBoost: Extreme Gradient Boosting
-AdaBoost Examples
+Basic Steps of AdaBoost
+
+
+
+AdaBoost Examples
-Gradient boosting: Basic Algorithm
+Gradient boosting: Basic Algorithm
-Gradient Boosting, Examples
+Gradient Boosting, Examples
-Gradient Boots with Early Stopping
+Gradient Boots with Early Stopping
-XGBoost: Extreme Gradient Boosting
+XGBoost: Extreme Gradient Boosting
diff --git a/doc/pub/DecisionTrees/html/DecisionTrees.html b/doc/pub/DecisionTrees/html/DecisionTrees.html
index f6c752b84..c1a6869d1 100644
--- a/doc/pub/DecisionTrees/html/DecisionTrees.html
+++ b/doc/pub/DecisionTrees/html/DecisionTrees.html
@@ -133,11 +133,12 @@ div { text-align: justify; text-justify: inter-word; }
2,
None,
'___sec43'),
- ('AdaBoost Examples', 2, None, '___sec44'),
- ('Gradient boosting: Basic Algorithm', 2, None, '___sec45'),
- ('Gradient Boosting, Examples', 2, None, '___sec46'),
- ('Gradient Boots with Early Stopping', 2, None, '___sec47'),
- ('XGBoost: Extreme Gradient Boosting', 2, None, '___sec48')]}
+ ('Basic Steps of AdaBoost', 2, None, '___sec44'),
+ ('AdaBoost Examples', 2, None, '___sec45'),
+ ('Gradient boosting: Basic Algorithm', 2, None, '___sec46'),
+ ('Gradient Boosting, Examples', 2, None, '___sec47'),
+ ('Gradient Boots with Early Stopping', 2, None, '___sec48'),
+ ('XGBoost: Extreme Gradient Boosting', 2, None, '___sec49')]}
end of tocinfo -->
@@ -1820,7 +1821,15 @@ where the function \( I() \) is one if we misclassify and zero if we classify co
-AdaBoost Examples
+Basic Steps of AdaBoost
+
+
+
+AdaBoost Examples
-Gradient boosting: Basic Algorithm
+Gradient boosting: Basic Algorithm
-Gradient Boosting, Examples
+Gradient Boosting, Examples
-Gradient Boots with Early Stopping
+Gradient Boots with Early Stopping
XGBoost: Extreme Gradient Boosting
diff --git a/doc/pub/DecisionTrees/ipynb/DecisionTrees.ipynb b/doc/pub/DecisionTrees/ipynb/DecisionTrees.ipynb
index 5a6dac0b3..804e07c33 100644
--- a/doc/pub/DecisionTrees/ipynb/DecisionTrees.ipynb
+++ b/doc/pub/DecisionTrees/ipynb/DecisionTrees.ipynb
@@ -1864,6 +1864,12 @@
"source": [
"where the function $I()$ is one if we misclassify and zero if we classify correctly. \n",
"\n",
+ "## Basic Steps of AdaBoost\n",
+ "\n",
+ "With the above definitions we are now ready to set up the algorithm for AdaBoost.\n",
+ "\n",
+ "\n",
+ "\n",
"## AdaBoost Examples"
]
},
diff --git a/doc/pub/DecisionTrees/ipynb/ipynb-DecisionTrees-src.tar.gz b/doc/pub/DecisionTrees/ipynb/ipynb-DecisionTrees-src.tar.gz
index b20c24052..9b27c1cb1 100644
Binary files a/doc/pub/DecisionTrees/ipynb/ipynb-DecisionTrees-src.tar.gz and b/doc/pub/DecisionTrees/ipynb/ipynb-DecisionTrees-src.tar.gz differ
diff --git a/doc/pub/DecisionTrees/pdf/DecisionTrees-minted.pdf b/doc/pub/DecisionTrees/pdf/DecisionTrees-minted.pdf
index 6e245293f..dfb474fc2 100644
Binary files a/doc/pub/DecisionTrees/pdf/DecisionTrees-minted.pdf and b/doc/pub/DecisionTrees/pdf/DecisionTrees-minted.pdf differ
diff --git a/doc/src/DecisionTrees/DecisionTrees.do.txt b/doc/src/DecisionTrees/DecisionTrees.do.txt
index 5365d8bde..a4caa7f3c 100644
--- a/doc/src/DecisionTrees/DecisionTrees.do.txt
+++ b/doc/src/DecisionTrees/DecisionTrees.do.txt
@@ -1496,6 +1496,13 @@ We can then define the misclassification error $\mathrm{err}$ as
!et
where the function $I()$ is one if we misclassify and zero if we classify correctly.
+!split
+===== Basic Steps of AdaBoost =====
+
+With the above definitions we are now ready to set up the algorithm for AdaBoost.
+
+
+
!split
===== AdaBoost Examples =====
!bc pycod