Solved – It is possible to implement a regression algorithm using Random Forests

I have to write code to implement regression using random forests (by default Weka provides random forests for classification). Is this possible to do?

It appears that WEKA 3.7's RandomForest implementation supports a numeric class attribute, whereas 3.6 did not.

Similar Posts:

Rate this post

Leave a Comment