-
Notifications
You must be signed in to change notification settings - Fork 1
Home
kongzii edited this page May 29, 2020
·
23 revisions
- Data: Data class used with XGBoost.
- AfterIterationCallbackOutput
- FeatureType: Type of feature.
- ModelFormat: Currently supported model formats.
- DataFormat: Currently supported data formats.
- FloatField: Predefined names of float fields settable in Data. You can set also another fields using method accepting strings.
- UIntField: Predefined names of uint fields settable in Data. You can set also another fields using method accepting strings.
- Importance
- Booster: Booster types supported by XGBoost
- XGBoost: XGBoost model.
- Parameter: Parameter for XGBoost. See https://xgboost.readthedocs.io/en/latest/parameter.html for available parameters.
- Version: Typealias for underlying XGBoost version.
- Feature: Information about feature.
- BufferModel: Tuple holding length of buffer along with it, so it can be easily read.
- Shape: Shape of Data.