rolling_ks: Parse SQL Code for rolling KS test

Description Usage Arguments Examples

View source: R/rolling_ks.R

Description

Parse SQL Code for rolling KS test

Usage

1
2
rolling_ks(y_hat = "pred", y = "target",
  table = "opd.test_pred_table", time_variable = "inserttime")

Arguments

y_hat

the prediction column name.

y

the target column name.

table

the impala table name.

time_variable

the time variable name.

Examples

1
2
3
4
5
6
7
## Not run: rolling_ks(
    y_hat = "pred",
    y = "target",
    table = "opd.test_pred_table",
    time_variable = "inserttime"
)
## End(Not run)

JiaxiangBU/add2impala documentation built on June 11, 2020, 2:20 p.m.