|
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, that is meet the Jungle of ' |
89 | | - 'Methods', |
| 88 | + ('From a Single Tree to Many Trees, Meet the Jungle of Methods', |
90 | 89 | 2, |
91 | 90 | None, |
92 | 91 | '___sec31'), |
|
101 | 100 | ('Now Bagging', 2, None, '___sec37'), |
102 | 101 | ('Random forests', 2, None, '___sec38'), |
103 | 102 | ('Random Forest Algorithm', 2, None, '___sec39'), |
104 | | - ('A simple scikit-learn example', 2, None, '___sec40'), |
105 | | - ('Then random forests', 2, None, '___sec41'), |
| 103 | + ('Random Forests Compared with other Methods on the Cancer Data', |
| 104 | + 2, |
| 105 | + None, |
| 106 | + '___sec40'), |
| 107 | + ('Compare Bagging on Trees with Random Forests', |
| 108 | + 2, |
| 109 | + None, |
| 110 | + '___sec41'), |
106 | 111 | ('Feature Importance', 2, None, '___sec42'), |
107 | 112 | ("Boosting, a Bird'e Eye", 2, None, '___sec43'), |
108 | 113 | ('Adaptive boosting: AdaBoost, Basic Algorithm', |
|
187 | 192 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs029.html#___sec28" style="font-size: 80%;">Final regressor code</a></li> |
188 | 193 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs030.html#___sec29" style="font-size: 80%;">Pros and cons of trees, pros</a></li> |
189 | 194 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs031.html#___sec30" style="font-size: 80%;">Disadvantages</a></li> |
190 | | - <!-- navigation toc: --> <li><a href="._DecisionTrees-bs032.html#___sec31" style="font-size: 80%;">From a Single Tree to Many Trees, that is meet the Jungle of Methods</a></li> |
| 195 | + <!-- 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> |
191 | 196 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs033.html#___sec32" style="font-size: 80%;">Bagging</a></li> |
192 | 197 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs034.html#___sec33" style="font-size: 80%;">More bagging</a></li> |
193 | 198 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs035.html#___sec34" style="font-size: 80%;">Simple Voting Example, head or tail</a></li> |
|
196 | 201 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs038.html#___sec37" style="font-size: 80%;">Now Bagging</a></li> |
197 | 202 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs039.html#___sec38" style="font-size: 80%;">Random forests</a></li> |
198 | 203 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs040.html#___sec39" style="font-size: 80%;">Random Forest Algorithm</a></li> |
199 | | - <!-- navigation toc: --> <li><a href="._DecisionTrees-bs041.html#___sec40" style="font-size: 80%;">A simple scikit-learn example</a></li> |
200 | | - <!-- navigation toc: --> <li><a href="._DecisionTrees-bs042.html#___sec41" style="font-size: 80%;">Then random forests</a></li> |
| 204 | + <!-- navigation toc: --> <li><a href="._DecisionTrees-bs041.html#___sec40" style="font-size: 80%;">Random Forests Compared with other Methods on the Cancer Data</a></li> |
| 205 | + <!-- navigation toc: --> <li><a href="._DecisionTrees-bs042.html#___sec41" style="font-size: 80%;">Compare Bagging on Trees with Random Forests</a></li> |
201 | 206 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs043.html#___sec42" style="font-size: 80%;">Feature Importance</a></li> |
202 | 207 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs044.html#___sec43" style="font-size: 80%;">Boosting, a Bird'e Eye</a></li> |
203 | 208 | <!-- navigation toc: --> <li><a href="._DecisionTrees-bs045.html#___sec44" style="font-size: 80%;">Adaptive boosting: AdaBoost, Basic Algorithm</a></li> |
|
242 | 247 | <center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center> |
243 | 248 | <br> |
244 | 249 | <p> |
245 | | -<center><h4>Nov 4, 2019</h4></center> <!-- date --> |
| 250 | +<center><h4>Nov 5, 2019</h4></center> <!-- date --> |
246 | 251 | <br> |
247 | 252 | <p> |
248 | 253 |
|
|
0 commit comments