Docs.rs
  • gbdt-0.1.3
    • gbdt 0.1.3
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dingelish
    • Dependencies
      • cfg-if ^1.0 normal
      • rand ^0.8 normal
      • regex ^1 normal optional
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
    • Versions
    • 84.38% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

gbdt0.1.3

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • binary_tree::BinaryTree
  • binary_tree::BinaryTreeNode
  • config::Config
  • decision_tree::Data
  • decision_tree::DecisionTree
  • decision_tree::TrainingCache
  • gradient_boost::GBDT
  • input::InputFormat

Enums

  • config::Loss
  • errors::GbdtError
  • input::FileFormat

Functions

  • config::loss2string
  • config::string2loss
  • fitness::AUC
  • fitness::MAE
  • fitness::RMSE
  • fitness::almost_equal
  • fitness::almost_equal_thrs
  • fitness::average
  • fitness::label_average
  • fitness::lad_loss
  • fitness::lad_loss_gradient
  • fitness::logit
  • fitness::logit_loss
  • fitness::logit_loss_gradient
  • fitness::same
  • fitness::weighted_label_median
  • fitness::weighted_residual_median
  • input::infer
  • input::load
  • input::load_csv
  • input::load_txt

Type Aliases

  • binary_tree::TreeIndex
  • decision_tree::DataVec
  • decision_tree::PredVec
  • decision_tree::ValueType
  • errors::Result

Constants

  • decision_tree::VALUE_TYPE_MAX
  • decision_tree::VALUE_TYPE_MIN
  • decision_tree::VALUE_TYPE_UNKNOWN