Description Usage Arguments Value Examples
Function that implement the algorithm of Ensemble learning in AdaBoost
1 |
fweak |
- function that generates estimate from weak model based on input |
data |
- list of data that fweak need including x, y and last_est |
model_num |
- the number of weak models you want to train and combine |
A list of
fitted_value |
- fitted value on the training dataset based on the trained model |
model_train |
- a list of trained weak models |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.