Commit f3d5c9d3 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

fix #652 .

parent 7737b45e
......@@ -1655,9 +1655,9 @@ class Booster(object):
Parameters
----------
importance_type : str, default "split"
How the importance is calculated: "split" or "gain"
"split" is the number of times a feature is used in a model
"gain" is the total gain of splits which use the feature
How the importance is calculated: "split" or "gain"
"split" is the number of times a feature is used in a model
"gain" is the total gain of splits which use the feature
Returns
-------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment