Address some sphinx warnings and errors, add doc for building doc. (#4589)
This commit is contained in:
committed by
Philip Hyunsu Cho
parent
6125521caf
commit
9494950ee7
@@ -189,12 +189,14 @@ def to_graphviz(booster, fmap='', num_trees=0, rankdir='UT',
|
||||
'style':'filled,rounded',
|
||||
'fillcolor':'#78bceb'
|
||||
}
|
||||
|
||||
leaf_node_params : dict (optional)
|
||||
leaf node configuration
|
||||
{'shape':'box',
|
||||
'style':'filled',
|
||||
'fillcolor':'#e48038'
|
||||
}
|
||||
|
||||
kwargs :
|
||||
Other keywords passed to graphviz graph_attr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user