pipefitter.estimator.gradient_boosting.GBTreeModel.transform

GBTreeModel.transform(table, *args, **kwargs)

Transform function for the model

This method is primarily used as a pass-through for data sets when multiple estimators are used in a pipeline.

Parameters:

table : data set

The data set to transform

Returns:

data set