feature_transformer_post_predict: Uses the results of 'pipe_feature_transformer' on new...

Description Usage Arguments Value

Description

Uses the results of pipe_feature_transformer on new datasets

Usage

1
2
feature_transformer_post_predict(data, retransform_columns,
  lower_thresholds, upper_thresholds, retransform_functions)

Arguments

data

A new dataset

retransform_columns

The same columns used to obtain these selected retransform_functions

lower_thresholds

A vector of lower treshold used by uniroot, used to approximate the inverse function.

upper_thresholds

A vector of upper treshold used by uniroot, used to approximate the inverse function.

retransform_functions

Result of pipe_feature_transformer

Value

Returns the dataset with retransformed columns


jeroenvdhoven/datapiper documentation built on July 14, 2019, 9:34 p.m.