jaredlander / coefplot

Plotting model coefficients
Other
27 stars 19 forks source link

Xgboost near zero #21

Closed jaredlander closed 5 years ago

jaredlander commented 5 years ago

When calling coefplot() on xgboost objects, coefficients with near zero values will not be plotted by default. Near zero is determined by the zero_threshold argument. This is based on PR #11 by @xfim.

xfim commented 5 years ago

Thank you!