Description Usage Arguments Value Examples
This function will create a dataframe in order to perform predictions.
1  | create_dtest(tab, newdata)
 | 
tab | 
 A data.table object containing the train dataset.  | 
newdata | 
 A data.table object containing the test dataset.  | 
A data.table object with the results wanted.
1  | tab <- create_dtest(tab,newdata)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.