You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. Prediction part is still under development, so it's
likely that for some data it will fail. If you want to grow the predictor (GBT)
with all the features in the train data, then -- in this version -- you have to
provide a "noFilter" flag as follows:
rf_ace_win32 -I train.arff --noFilter -T test.arff -i clas -O yaz.tsv -P
predictions.tsv
meaning that the Random Forest algorithm won't try to remove any of the
features in train.arff prior to growing the GBT.
Thanks for your input!
Original comment by timo.erk...@gmail.com on 15 Jan 2012 at 9:24
Original issue reported on code.google.com by
aus...@gmail.com
on 15 Jan 2012 at 7:17Attachments:
The text was updated successfully, but these errors were encountered: