Crate xgboost_rs

source ·

Modules

  • Builders for parameters that control various aspects of training.

Structs

  • Core model in XGBoost, containing functions for training, evaluating and predicting.
  • Data matrix used throughout XGBoost for training/predicting Booster models.
  • Maps a feature index to a name and type, used when dumping models as text.
  • Wrap errors returned by the XGBoost library.

Enums

  • Indicates the type of a feature, used when dumping models as text.

Type Definitions

  • Convenience return type for most operations which can return an XGBError.