zmjones / edarf

exploratory data analysis using random forests
MIT License
68 stars 11 forks source link

class probabilities #7

Closed zmjones closed 9 years ago

zmjones commented 10 years ago

am pulling class probabilities from predict.randomForest. this is not consistent with the behavior of classification via party and maybe not for randomForestSRC. the package should either only produce one (argmax(pi_c)) or have options to choose. if the latter option than this has to have an option for the plotting function. the current bar plot option for class probabilities is pretty lame.

zmjones commented 9 years ago

solved by refactor