View untitled0.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View blog example adaStump.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(adaStump) | |
#Load Letters Dataset | |
letters.data <- read.csv("https://archive.ics.uci.edu/ml/machine-learning-databases/letter-recognition/letter-recognition.data", header = F) | |
names(letters.data) <- c("lettr", "xbox", "ybox", "width", | |
"high", "onpix", "xbar", "ybar", | |
"x2bar", "y2bar", "xybar", "x2ybr", |