Category Archives: Uncategorized
Improving Adaboosting with decision stumps in R
Adaboosting is proven to be one of the most effective class prediction algorithms. It mainly consists of an ensemble simpler models (known as “weak learners”) that, although not very effective individually, are very performant combined. The process by which these … Continue reading
Posted in General Programming, Machine Learning, R, Uncategorized
Tagged ada, adaBoosting, adaStump, decision Stumps, Machine Learning, R
2 Comments
Animated graphs, another alternative for Data Visualization
The world of Data Visualization offers infinite variants to display our Data. However, there is still some reluctance in exploiting all the possibilities that computers give us nowadays in this field, probably not because of a rejection of novelties but … Continue reading
Posted in Data Visualization, Uncategorized
Tagged animated graphs, Data visualization, R, visualization
Leave a comment