search for: simnuance

Displaying 2 results from an estimated 2 matches for "simnuance".

2006 May 27
2
boosting - second posting
...ion problem. For some reason it is giving me an outcome that doesn't fall between 0 and 1 for the predictions. I have tried type="response" but it made no difference. Can anyone see what I am doing wrong? Screen output shown below: > boost.model <- gbm(as.factor(train$simNuance) ~ ., # formula + data=train, # dataset + # +1: monotone increase, + # 0: no monotone restrictions + distribution="gaussian", # bernoulli, adaboost, gaussian, +...
2006 May 25
0
boosting
...ion problem. For some reason it is giving me an outcome that doesn't fall between 0 and 1 for the predictions. I have tried type="response" but it made no difference. Can anyone see what I am doing wrong? Screen output shown below: > boost.model <- gbm(as.factor(train$simNuance) ~ ., # formula + data=train, # dataset + # +1: monotone increase, + # 0: no monotone restrictions + distribution="gaussian", # bernoulli, adaboost, gaussian, +...