Skip to content

Commit 456a54c

Browse files
committed
added boost
1 parent 55fee52 commit 456a54c

64 files changed

Lines changed: 3535 additions & 2436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/pub/DecisionTrees/html/._DecisionTrees-bs000.html

Lines changed: 42 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
('Final regressor code', 2, None, '___sec28'),
8686
('Pros and cons of trees, pros', 2, None, '___sec29'),
8787
('Disadvantages', 2, None, '___sec30'),
88-
('From a Single Tree to Many Trees, Meet the Jungle of Methods',
88+
('Ensemble Methods: From a Single Tree to Many Trees and Extreme '
89+
'Boosting, Meet the Jungle of Methods',
8990
2,
9091
None,
9192
'___sec31'),
@@ -99,34 +100,38 @@
99100
None,
100101
'___sec37'),
101102
('Now Bagging', 2, None, '___sec38'),
102-
('Random forests', 2, None, '___sec39'),
103-
('Random Forest Algorithm', 2, None, '___sec40'),
103+
('Making our own Bagging with Bootstrap', 2, None, '___sec39'),
104+
('Random forests', 2, None, '___sec40'),
105+
('Random Forest Algorithm', 2, None, '___sec41'),
104106
('Random Forests Compared with other Methods on the Cancer Data',
105107
2,
106108
None,
107-
'___sec41'),
109+
'___sec42'),
108110
('Compare Bagging on Trees with Random Forests',
109111
2,
110112
None,
111-
'___sec42'),
112-
('Feature Importance', 2, None, '___sec43'),
113-
("Boosting, a Bird'e Eye", 2, None, '___sec44'),
113+
'___sec43'),
114+
('Bootstrap with Random Forests Instead of a Single Tree',
115+
2,
116+
None,
117+
'___sec44'),
118+
("Boosting, a Bird'e Eye", 2, None, '___sec45'),
114119
('Adaptive boosting: AdaBoost, Basic Algorithm',
115120
2,
116121
None,
117-
'___sec45'),
118-
('Basic Steps of AdaBoost', 2, None, '___sec46'),
122+
'___sec46'),
123+
('Basic Steps of AdaBoost', 2, None, '___sec47'),
119124
('Figure to Illustrate the Iterative Classification Process',
120125
2,
121126
None,
122-
'___sec47'),
123-
('AdaBoost Examples', 2, None, '___sec48'),
124-
('Gradient boosting: Basics', 2, None, '___sec49'),
125-
('Gradient Boosting, algorithm', 2, None, '___sec50'),
126-
('Gradient Boosting, Examples', 2, None, '___sec51'),
127-
('Gradient Boots with Early Stopping', 2, None, '___sec52'),
128-
('XGBoost: Extreme Gradient Boosting', 2, None, '___sec53'),
129-
('Xgboost on the Cancer Data', 2, None, '___sec54')]}
127+
'___sec48'),
128+
('AdaBoost Examples', 2, None, '___sec49'),
129+
('Gradient boosting: Basics', 2, None, '___sec50'),
130+
('Gradient Boosting, algorithm', 2, None, '___sec51'),
131+
('Gradient Boosting, Examples', 2, None, '___sec52'),
132+
('Gradient Boots with Early Stopping', 2, None, '___sec53'),
133+
('XGBoost: Extreme Gradient Boosting', 2, None, '___sec54'),
134+
('Xgboost on the Cancer Data', 2, None, '___sec55')]}
130135
end of tocinfo -->
131136

132137
<body>
@@ -195,30 +200,31 @@
195200
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs029.html#___sec28" style="font-size: 80%;">Final regressor code</a></li>
196201
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs030.html#___sec29" style="font-size: 80%;">Pros and cons of trees, pros</a></li>
197202
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs031.html#___sec30" style="font-size: 80%;">Disadvantages</a></li>
198-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs032.html#___sec31" style="font-size: 80%;">From a Single Tree to Many Trees, Meet the Jungle of Methods</a></li>
203+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs032.html#___sec31" style="font-size: 80%;">Ensemble Methods: From a Single Tree to Many Trees and Extreme Boosting, Meet the Jungle of Methods</a></li>
199204
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs033.html#___sec32" style="font-size: 80%;">An Overview of Ensemble Methods</a></li>
200205
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs034.html#___sec33" style="font-size: 80%;">Bagging</a></li>
201206
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs035.html#___sec34" style="font-size: 80%;">More bagging</a></li>
202207
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs036.html#___sec35" style="font-size: 80%;">Simple Voting Example, head or tail</a></li>
203208
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs037.html#___sec36" style="font-size: 80%;">Using the Voting Classifier</a></li>
204209
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs038.html#___sec37" style="font-size: 80%;">Please, not the moons again! Voting and Bagging</a></li>
205210
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs039.html#___sec38" style="font-size: 80%;">Now Bagging</a></li>
206-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs040.html#___sec39" style="font-size: 80%;">Random forests</a></li>
207-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs041.html#___sec40" style="font-size: 80%;">Random Forest Algorithm</a></li>
208-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs042.html#___sec41" style="font-size: 80%;">Random Forests Compared with other Methods on the Cancer Data</a></li>
209-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs043.html#___sec42" style="font-size: 80%;">Compare Bagging on Trees with Random Forests</a></li>
210-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs044.html#___sec43" style="font-size: 80%;">Feature Importance</a></li>
211-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs045.html#___sec44" style="font-size: 80%;">Boosting, a Bird'e Eye</a></li>
212-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs046.html#___sec45" style="font-size: 80%;">Adaptive boosting: AdaBoost, Basic Algorithm</a></li>
213-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs047.html#___sec46" style="font-size: 80%;">Basic Steps of AdaBoost</a></li>
214-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs048.html#___sec47" style="font-size: 80%;">Figure to Illustrate the Iterative Classification Process</a></li>
215-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs049.html#___sec48" style="font-size: 80%;">AdaBoost Examples</a></li>
216-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs050.html#___sec49" style="font-size: 80%;">Gradient boosting: Basics</a></li>
217-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs051.html#___sec50" style="font-size: 80%;">Gradient Boosting, algorithm</a></li>
218-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs052.html#___sec51" style="font-size: 80%;">Gradient Boosting, Examples</a></li>
219-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs053.html#___sec52" style="font-size: 80%;">Gradient Boots with Early Stopping</a></li>
220-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs054.html#___sec53" style="font-size: 80%;">XGBoost: Extreme Gradient Boosting</a></li>
221-
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs055.html#___sec54" style="font-size: 80%;">Xgboost on the Cancer Data</a></li>
211+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs040.html#___sec39" style="font-size: 80%;">Making our own Bagging with Bootstrap</a></li>
212+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs041.html#___sec40" style="font-size: 80%;">Random forests</a></li>
213+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs042.html#___sec41" style="font-size: 80%;">Random Forest Algorithm</a></li>
214+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs043.html#___sec42" style="font-size: 80%;">Random Forests Compared with other Methods on the Cancer Data</a></li>
215+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs044.html#___sec43" style="font-size: 80%;">Compare Bagging on Trees with Random Forests</a></li>
216+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs045.html#___sec44" style="font-size: 80%;">Bootstrap with Random Forests Instead of a Single Tree</a></li>
217+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs046.html#___sec45" style="font-size: 80%;">Boosting, a Bird'e Eye</a></li>
218+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs047.html#___sec46" style="font-size: 80%;">Adaptive boosting: AdaBoost, Basic Algorithm</a></li>
219+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs048.html#___sec47" style="font-size: 80%;">Basic Steps of AdaBoost</a></li>
220+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs049.html#___sec48" style="font-size: 80%;">Figure to Illustrate the Iterative Classification Process</a></li>
221+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs050.html#___sec49" style="font-size: 80%;">AdaBoost Examples</a></li>
222+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs051.html#___sec50" style="font-size: 80%;">Gradient boosting: Basics</a></li>
223+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs052.html#___sec51" style="font-size: 80%;">Gradient Boosting, algorithm</a></li>
224+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs053.html#___sec52" style="font-size: 80%;">Gradient Boosting, Examples</a></li>
225+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs054.html#___sec53" style="font-size: 80%;">Gradient Boots with Early Stopping</a></li>
226+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs055.html#___sec54" style="font-size: 80%;">XGBoost: Extreme Gradient Boosting</a></li>
227+
<!-- navigation toc: --> <li><a href="._DecisionTrees-bs056.html#___sec55" style="font-size: 80%;">Xgboost on the Cancer Data</a></li>
222228

223229
</ul>
224230
</li>
@@ -253,7 +259,7 @@
253259
<center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center>
254260
<br>
255261
<p>
256-
<center><h4>Nov 6, 2019</h4></center> <!-- date -->
262+
<center><h4>Nov 7, 2019</h4></center> <!-- date -->
257263
<br>
258264
<p>
259265

@@ -277,7 +283,7 @@
277283
<li><a href="._DecisionTrees-bs008.html">9</a></li>
278284
<li><a href="._DecisionTrees-bs009.html">10</a></li>
279285
<li><a href="">...</a></li>
280-
<li><a href="._DecisionTrees-bs055.html">56</a></li>
286+
<li><a href="._DecisionTrees-bs056.html">57</a></li>
281287
<li><a href="._DecisionTrees-bs001.html">&raquo;</a></li>
282288
</ul>
283289
<!-- ------------------- end of main content --------------- -->

0 commit comments

Comments
 (0)