This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How Do I Reconstruct A Random Forest Output?

I am working on a classification problem. I have a set that has high AUC yet I am not sure how to uncover the cominatory rules that generated that specific output.

random classification

I think we'll need more details to anser this. In particular, it should be a bioinformatics problem, not a general machine-learning problem; otherwise http://stats.stackexchange.com/ is a better forum.

I think we'll need more details to answer this. In particular, it should be a bioinformatics problem, not a general machine-learning problem; otherwise http://stats.stackexchange.com is a better forum.

2 answers

Khader's answer is a good pointer; I hadn't heard of that site, which focuses on machine learning, NLP, etc. See here, for example.

If you are using Random Forest in R try the varImpPlot function on your classifier object.

Log in to answer this question.