Description Usage Arguments Examples
Parse SQL Code for KS test
1 2 | parse_ks_sql(verbose = 0, y_hat = "pred", y = "target",
table = "opd.test_pred_table", other_variables = "")
|
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. |
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.