|
85 | 85 | ('Final regressor code', 2, None, '___sec28'), |
86 | 86 | ('Pros and cons of trees, pros', 2, None, '___sec29'), |
87 | 87 | ('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', |
89 | 90 | 2, |
90 | 91 | None, |
91 | 92 | '___sec31'), |
|
99 | 100 | None, |
100 | 101 | '___sec37'), |
101 | 102 | ('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'), |
104 | 106 | ('Random Forests Compared with other Methods on the Cancer Data', |
105 | 107 | 2, |
106 | 108 | None, |
107 | | - '___sec41'), |
| 109 | + '___sec42'), |
108 | 110 | ('Compare Bagging on Trees with Random Forests', |
109 | 111 | 2, |
110 | 112 | 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'), |
114 | 119 | ('Adaptive boosting: AdaBoost, Basic Algorithm', |
115 | 120 | 2, |
116 | 121 | None, |
117 | | - '___sec45'), |
118 | | - ('Basic Steps of AdaBoost', 2, None, '___sec46'), |
| 122 | + '___sec46'), |
| 123 | + ('Basic Steps of AdaBoost', 2, None, '___sec47'), |
119 | 124 | ('Figure to Illustrate the Iterative Classification Process', |
120 | 125 | 2, |
121 | 126 | 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')]} |
130 | 135 | end of tocinfo --> |
131 | 136 |
|
132 | 137 | <body> |
|
195 | 200 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs029.html#___sec28" style="font-size: 80%;">Final regressor code</a></li> |
196 | 201 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs030.html#___sec29" style="font-size: 80%;">Pros and cons of trees, pros</a></li> |
197 | 202 | <!-- 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> |
199 | 204 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs033.html#___sec32" style="font-size: 80%;">An Overview of Ensemble Methods</a></li> |
200 | 205 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs034.html#___sec33" style="font-size: 80%;">Bagging</a></li> |
201 | 206 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs035.html#___sec34" style="font-size: 80%;">More bagging</a></li> |
202 | 207 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs036.html#___sec35" style="font-size: 80%;">Simple Voting Example, head or tail</a></li> |
203 | 208 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs037.html#___sec36" style="font-size: 80%;">Using the Voting Classifier</a></li> |
204 | 209 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs038.html#___sec37" style="font-size: 80%;">Please, not the moons again! Voting and Bagging</a></li> |
205 | 210 | <!-- 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> |
222 | 228 |
|
223 | 229 | </ul> |
224 | 230 | </li> |
|
253 | 259 | <center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center> |
254 | 260 | <br> |
255 | 261 | <p> |
256 | | -<center><h4>Nov 6, 2019</h4></center> <!-- date --> |
| 262 | +<center><h4>Nov 7, 2019</h4></center> <!-- date --> |
257 | 263 | <br> |
258 | 264 | <p> |
259 | 265 |
|
|
277 | 283 | <li><a href="._DecisionTrees-bs008.html">9</a></li> |
278 | 284 | <li><a href="._DecisionTrees-bs009.html">10</a></li> |
279 | 285 | <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> |
281 | 287 | <li><a href="._DecisionTrees-bs001.html">»</a></li> |
282 | 288 | </ul> |
283 | 289 | <!-- ------------------- end of main content --------------- --> |
|
0 commit comments