I would like to use blackboost on a training data set, then use the
output to predict a testing dataset, and finally evaluate the errors.
An example of the code I have written is the following:
train <- read.csv ("train.csv")
test <- read.csv ("test.csv")
boost <- blackboost (ogred ~ elev + slope
I would like to use blackboost on a training data set, then use the
output to predict a testing dataset, and finally evaluate the errors.
An example of the code I have written is the following:
train <- read.csv ("train.csv")
test <- read.csv ("test.csv")
boost <- blackboost (ogred ~ elev + slope
I would like to use blackboost on a training data set, then use the
output to predict a testing dataset, and finally evaluate the errors.
An example of the code I have written is the following:
train <- read.csv ("train.csv")
test <- read.csv ("test.csv")
boost <- blackboost (ogred ~ elev + slope
3 matches
Mail list logo