predict.iter_pivot: Predict method for iterative pivot fit

Description Usage Arguments Details Value Author(s)

Description

Predicts classes based on iter_pivot model object.

Usage

1
2
## S3 method for class 'iter_pivot'
predict(object, newdata)

Arguments

object

An object of class "iter_pivot".

newdata

A data frame containing feature variables for prediction.

Details

TODO: Need to decide if predictions should be based off:

  1. Final fitted model.

  2. Average of all fitted models created during training.

  3. The predictions that happen during training.

Using option 1 for the moment.

Value

Returns a vector of predictions for the target domain.

Author(s)

Cameron Roach


camroach87/semisupervisr documentation built on May 13, 2019, 11:04 a.m.