Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in test prediction #17

Closed
GoogleCodeExporter opened this issue Dec 22, 2015 · 3 comments
Closed

error in test prediction #17

GoogleCodeExporter opened this issue Dec 22, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

based on the model built on the attached training data, test predictions are 
all wrong. There should be problem.

Original issue reported on code.google.com by aus...@gmail.com on 15 Jan 2012 at 7:17

Attachments:

@GoogleCodeExporter
Copy link
Author

even a C4.5 tree is providing accuracy around 81%. here is the command

rf_ace_win32 -I train.arff -T test.arff -i clas -O yaz.tsv -P predictions.tsv

Original comment by aus...@gmail.com on 15 Jan 2012 at 7:32

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

Original comment by timo.erk...@gmail.com on 15 Feb 2012 at 3:35

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant