Skip to content

Random Boost is an algorithm I have developed for my master's thesis. The central idea is that Random Boost builds on Gradient Boosted Trees, but adds a new random component to the boosting procedure concerning the depth of a tree. More specifically, at each iteration, a random number between 1 and some upper limit is drawn that determines the m…

Notifications You must be signed in to change notification settings

tkrabel/r_random_boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Boost

Random Boost is an algorithm I have developed for my master's thesis. The central idea is that Random Boost builds on Gradient Boosted Trees, but adds a new random component to the boosting procedure concerning the depth of a tree. More specifically, at each iteration, a random number between 1 and some upper limit is drawn that determines the maximally possible depth a tree can have at a certain step.

Please note that this algorithm is by no means efficient. Rather consider it as an effective alpha version.

About

Random Boost is an algorithm I have developed for my master's thesis. The central idea is that Random Boost builds on Gradient Boosted Trees, but adds a new random component to the boosting procedure concerning the depth of a tree. More specifically, at each iteration, a random number between 1 and some upper limit is drawn that determines the m…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages