Skip to content

C++ Implementation of Delta BM of Multiple Base Learners

Notifications You must be signed in to change notification settings

hanxixuana/DeltaBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C++ Implementation of DeltaBM

Features:

  • Boost random forests in a parallel way using OpenMP.
  • Support different base learners in an automated manner, including trees, linear regressors, DPC_stairs, Kmeans2d and Splines.
  • Directly use deltas, instead of gradients, to do the boosting.

Build:

  • cmake CMakeLists.txt
  • make -j4

APIs:

  • Python & R

Remark:

  • Details refer to the document.
  • Set MKLROOT to the root of Intel MKL in the environment manually before building.

About

C++ Implementation of Delta BM of Multiple Base Learners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published