You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: This package implements J. Friedman's gradient boosting machine. It provides a parallel implementation of gradient boosting with trees for regression problems (squared loss) and binary classification problems (binomial deviance). Includes built-in stratified cross-validation and relative importance (relative influence) of features.