Skip to content

royambr/GradientBoostingRegressorSVR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GBR_SVR

Gradient Boosting Regressor with SVR model in leaf nodes

This sklearn file have modified. Two main changes have been made in the code. In fact, these are two code snippets that are embedded in two different methods. In addition, a data structure (dictionary) contains for each ensemble leaf, the associated SVR model. The name of the data structure is svr_dic. The following is an example of the data structure (svr_dic):

About

Gradient Boosted Regressor with SVR model in leaf nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages