Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Interpret rfImpute output

$
0
0

@niadro wrote:

Hi,
I’m new to Random Forest.I’m running random forest code in R 3.4.1. I’m taking the code from here
I used following code iris.imputed <- rfImpute(Species ~ ., iris.na) & I’m getting following output in my R console

ntree OOB 1 2 3
300: 4.67% 0.00% 8.00% 6.00%
ntree OOB 1 2 3
300: 6.00% 0.00% 8.00% 10.00%
ntree OOB 1 2 3
300: 5.33% 0.00% 8.00% 8.00%
ntree OOB 1 2 3
300: 5.33% 0.00% 8.00% 8.00%
ntree OOB 1 2 3
300: 5.33% 0.00% 8.00% 8.00%

Kindly help me to interpret the output

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles