make.pred.df.from.model: Create a Data Frame of Predictions for ChIPseq Data Using a...

Description Usage Arguments Value

Description

Given a boosted model, a set of predictors, and a set of responses, create predicted responses and put them together with the actual responses.

Usage

1
make.pred.df.from.model(gbdt.model, X.testdata, y.testdata)

Arguments

gbdt.model

A gradient boosted model

X.testdata

A matrix of predictors in the testing set

y.testdata

A vector of responses in the testing set

Value

A data frame containing the model name, the predicted responses, and the actual responses for the test dataset


PriceLab/FPML documentation built on May 28, 2019, 2:25 p.m.