1#################
2XGBoost Tutorials
3#################
4
5This section contains official tutorials inside XGBoost package.
6See `Awesome XGBoost <https://github.com/dmlc/xgboost/tree/master/demo>`_ for more resources.
7
8.. toctree::
9  :maxdepth: 1
10  :caption: Contents:
11
12  model
13  saving_model
14  Distributed XGBoost with AWS YARN <aws_yarn>
15  kubernetes
16  Distributed XGBoost with XGBoost4J-Spark <https://xgboost.readthedocs.io/en/latest/jvm/xgboost4j_spark_tutorial.html>
17  dask
18  ray
19  dart
20  monotonic
21  rf
22  feature_interaction_constraint
23  aft_survival_analysis
24  c_api_tutorial
25  input_format
26  param_tuning
27  external_memory
28  custom_metric_obj
29