File size: 553 Bytes
4021124 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | XGBoost Classes for Open Source Version
---------------------------------------
The Amazon SageMaker XGBoost open source framework algorithm.
.. autoclass:: sagemaker.xgboost.estimator.XGBoost
:members:
.. autoclass:: sagemaker.xgboost.model.XGBoostModel
:members:
:undoc-members:
:show-inheritance:
.. autoclass:: sagemaker.xgboost.model.XGBoostPredictor
:members:
:undoc-members:
:show-inheritance:
.. autoclass:: sagemaker.xgboost.processing.XGBoostProcessor
:members:
:undoc-members:
:show-inheritance:
|