Description Usage Arguments Value Examples
Get feature names and their model values.
1 |
vwmodel |
Model of vw class to train |
quiet |
[bool] Do not print anything to the console. |
Data.frame containing feature names, feature hashes and model values
1 2 3 4 | ext_train_data <- system.file("extdata", "binary_train.vw", package = "rvw")
test_vwmodel <- vwsetup()
vwtrain(test_vwmodel, data = ext_train_data)
vwaudit(test_vwmodel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.