File: _pkgdown.yml

package info (click to toggle)
xgboost 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,848 kB
  • sloc: cpp: 67,603; python: 35,537; java: 4,676; ansic: 1,426; sh: 1,352; xml: 1,226; makefile: 204; javascript: 19
file content (92 lines) | stat: -rw-r--r-- 2,492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
url: https://github.com/dmlc/xgboost

template:
  bootstrap: 5
  math-rendering: mathjax

reference:
  - title: High Level Interface
    desc: High level XGBoost interface
    contents:
      - "xgboost"
      - "predict.xgboost"
      - "print.xgboost"
  - title: Datasets
    desc: Test datasets bundled with the R package.
    contents:
      - "agaricus.train"
      - "agaricus.test"
  - title: Global Configuration
    desc: Global configuration for the XGBoost library.
    contents:
      - "xgb.config"
      - "xgb.set.config"
      - "xgb.get.config"
  - title: DMatrix
    desc: Low-level data storage.
    contents:
      - "xgb.DMatrix"
      - "xgb.DMatrix.hasinfo"
      - "xgb.DMatrix.save"
      - "dim.xgb.DMatrix"
      - "dimnames.xgb.DMatrix"
      - "print.xgb.DMatrix"
      - "xgb.DataBatch"
      - "xgb.DataIter"
      - "xgb.get.DMatrix.data"
      - "xgb.get.DMatrix.num.non.missing"
      - "xgb.ExtMemDMatrix"
      - "xgb.QuantileDMatrix.from_iterator"
      - "xgb.get.DMatrix.qcut"
      - "xgb.slice.DMatrix"
  - title: Booster
    desc: The model for XGBoost.
    contents:
      - "a-compatibility-note-for-saveRDS-save"
      - "coef.xgb.Booster"
      - "getinfo.xgb.Booster"
      - "predict.xgb.Booster"
      - "print.xgb.Booster"
      - "xgb.load"
      - "xgb.load.raw"
      - "xgb.save"
      - "xgb.save.raw"
      - "xgb.copy.Booster"
      - "xgb.slice.Booster"
      - "xgb.get.num.boosted.rounds"
      - "xgb.is.same.Booster"
      - "xgb.importance"
      - "xgb.attr"
      - "xgb.create.features"
      - "xgb.model.dt.tree"
      - "xgb.model.parameters<-"
      - "xgb.ggplot.deepness"
      - "xgb.dump"
      - "variable.names.xgb.Booster"
      - "xgb.ggplot.importance"
      - "xgb.plot.multi.trees"
      - "xgb.plot.shap"
      - "xgb.ggplot.shap.summary"
      - "xgb.plot.tree"
      - "xgb.gblinear.history"
  - title: Training Callbacks
    desc: Callback functions used for training.
    contents:
      - "xgb.Callback"
      - "xgb.cb.cv.predict"
      - "xgb.cb.early.stop"
      - "xgb.cb.evaluation.log"
      - "xgb.cb.gblinear.history"
      - "xgb.cb.print.evaluation"
      - "xgb.cb.reset.parameters"
      - "xgb.cb.save.model"
  - title: Low-level Training Functions
    desc: Low-level Training Functions with DMatrix and Booster
    contents:
      - "xgb.params"
      - "xgb.train"
      - "xgb.cv"
      - "print.xgb.cv.synchronous"
  - title: Deprecation Settings
    contents:
      - "xgboost-options"