Re-use a random forest with R -


i'd know if it's possible re-use rules of random forest, on different test set.

for now, i'm using :

  rf <-randomforest(x=train,y=labels_train,xtest=test, ytest=labels_test,  ntree=1000)   save(rf,file = "rf_.rdata") 

i know how save random forest, don't see how can re-use rules, several test set.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -