parse_ks_sql: Parse SQL Code for KS test

Description Usage Arguments Examples

View source: R/parse_ks_sql.R

Description

Parse SQL Code for KS test

Usage

1
2
parse_ks_sql(verbose = 0, y_hat = "pred", y = "target",
  table = "opd.test_pred_table", other_variables = "")

Arguments

verbose

The output style, such as 0, 1, 2

y_hat

the predictions.

y

the target column name.

table

the impala table.

other_variables

the other variable names in the impala table.

Examples

1
2
3
## Not run: parse_ks_sql(verbose = 0, y_hat = "pred", y = "target", table = "opd.table")
## Not run: parse_ks_sql(verbose = 1, y_hat = "pred", y = "target", table = "opd.table")
## Not run: parse_ks_sql(verbose = 2, y_hat = "pred", y = "target", table = "opd.table")

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