September 2017
Beginner to intermediate
560 pages
25h 18m
English
As with simple classification tree models, we can generate probabilities in place of classifications by specifying type="prob"--the default value response generates classifications:
> probs <- predict(mod, bn[-sub.idx,], type = "prob")
Read now
Unlock full access