Description Usage Arguments Examples
Parse SQL Code for rolling KS test
1 2 | rolling_ks(y_hat = "pred", y = "target",
table = "opd.test_pred_table", time_variable = "inserttime")
|
y_hat |
the prediction column name. |
y |
the target column name. |
table |
the impala table name. |
time_variable |
the time variable name. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.