Crate gbdt

source ·

Modules§

  • This module implements a simple binary tree.
  • This module implements the config for gradient boosting.
  • This module implements a decision tree from the simple binary tree gbdt::binary_tree.
  • This module implements some math functions used for gradient boosting process.
  • This module implements the process of gradient boosting decision tree algorithm. This module depends on the following module:
  • This module implements the data loader.