forked from mothur/mothur
-
Notifications
You must be signed in to change notification settings - Fork 1
Week 10: Finish the Implementation of Regularized Radom Forest Framework, Tune Parameters and if possible implement Pruning of the Trees #20
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
Comments
azmfaridee
added a commit
that referenced
this issue
Jul 1, 2012
azmfaridee
added a commit
that referenced
this issue
Jul 1, 2012
azmfaridee
added a commit
that referenced
this issue
Jul 1, 2012
… of features selected in each split now can be fine tuned between log2 and square root of number of features
azmfaridee
added a commit
that referenced
this issue
Jul 1, 2012
azmfaridee
added a commit
that referenced
this issue
Jul 3, 2012
…ild RegularizedDecisionTree on top of it.
azmfaridee
added a commit
that referenced
this issue
Jul 3, 2012
End of Week Update:
|
azmfaridee
added a commit
that referenced
this issue
Jul 5, 2012
azmfaridee
added a commit
that referenced
this issue
Jul 7, 2012
azmfaridee
added a commit
that referenced
this issue
Jul 7, 2012
azmfaridee
added a commit
that referenced
this issue
Jul 8, 2012
…omForest implementation, there are still some parts that are not working as expected.
@kdiverson I've uploaded a pdf titled |
azmfaridee
added a commit
that referenced
this issue
Aug 9, 2012
…utput + some function call parameter change
azmfaridee
added a commit
that referenced
this issue
Aug 9, 2012
azmfaridee
added a commit
that referenced
this issue
Aug 9, 2012
azmfaridee
added a commit
that referenced
this issue
Aug 10, 2012
azmfaridee
added a commit
that referenced
this issue
Aug 10, 2012
…eems to be giving more consistant results than more aggressive value of 1
azmfaridee
added a commit
that referenced
this issue
Aug 10, 2012
…ess are automatically discarded (error threshold defaults to 40% now).
azmfaridee
added a commit
that referenced
this issue
Sep 8, 2012
…k inside mothur, plus added mothurOut class in all of the RF classes to easy debug message anywhere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related Issues: #3, #14, #15, #16, #17, #19
As per issue #19 I have been experimenting with outcomes after we have been running the algorithm on some real life data. Some of the new concerns are tree pruning for better performance, dealing with over-fitting data as well as the scheduled implementation of Regularized Random Forest Algorithm.
In this week I'd try to follow up with all these ideas that have been swirling around
End of Week Deliverable
The text was updated successfully, but these errors were encountered: