[R] interpreting output from predict.blackboost

2008-11-10 Thread Kirsten Barrett
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

[R] interpreting output from predict.blackboost

2008-11-10 Thread Kirsten Barrett
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

[R] interpreting output from predict.blackboost

2008-11-10 Thread Kirsten Barrett
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