Description Usage Arguments Details Value Author(s) See Also Examples
Fit a Gradient Boosting Machine model.
1 2  | fitGBM(train, traing, ntree, shrinkage, interaction.depth,
	bag.fraction, train.fraction, n.minobsinnode, verbose)
 | 
train | 
 Data matrix.  | 
traing | 
 Response vector.  | 
ntree | 
 Number of boosting trees.  | 
shrinkage | 
 Shrinkage parameter fro   | 
interaction.depth | 
 Shrinkage parameter fro   | 
bag.fraction | 
 Shrinkage parameter fro   | 
train.fraction | 
 Shrinkage parameter fro   | 
n.minobsinnode | 
 Shrinkage parameter fro   | 
verbose | 
 Boolean. If TRUE print some messages.  | 
Fit a boosting model.
TODO
Christian Bender
1 2 3 4  | ## Not run: 
	TODO
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.