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

Directions for Bagging Regression #70

Open
GoogleCodeExporter opened this issue Mar 7, 2016 · 2 comments
Open

Directions for Bagging Regression #70

GoogleCodeExporter opened this issue Mar 7, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

hi, i am trying Bagging Regressing, but not getting success. If possible, 
kindly give me some directions and the implementing code for it. It would be a 
great help.

thanks in anticipation.

Original issue reported on code.google.com by aditya.m...@gmail.com on 6 May 2015 at 4:45

@GoogleCodeExporter
Copy link
Author

take a look at this file 
https://code.google.com/p/randomforest-matlab/source/browse/trunk/RF_Reg_C/tutor
ial_RegRF.m#51

model = regRF_train(X_trn,Y_trn, 100,D);
if you set D = size(X_trn,2), i.e. the number of features in X_trn you'll get 
bagging regression

Original comment by abhirana on 6 May 2015 at 5:41

@GoogleCodeExporter
Copy link
Author

Dear Abhirana, thanks for your suggestions. I will try to do as suggested and 
back in touch with you if feel any problem.

Original comment by aditya.m...@gmail.com on 7 May 2015 at 3:29

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