Description Usage Arguments Value
A convenience function calling createtest first, then runs the test using runtest.
| 1 2 3 4 | 
| train_index | A vector containing the rows from  | 
| data | A data frame | 
| dependent | The dependent variable: the name of the column containing the prediction goal | 
| problem | Either classification or regression. This influences how the algorithms are trained and what method is used to determine performance | 
| method | The regression or classification method | 
| name | The name of the test. Printed in the test results | 
| description | Optional. A more elaborate description of the test | 
| data_transform | A quoted function name that transforms the data. It should maintain it in data frame form and maintain the dependent variable. | 
| data_transform_name | The name of the data transformation function | 
An object of class 'evaluation', containing the evaluated test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.