Skip to content

Commit a1a5078

Browse files
committed
Updated svm_rbf docs with liquidSVM
1 parent 33c4054 commit a1a5078

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

R/svm_rbf.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@
3333
#' following _engines_:
3434
#' \itemize{
3535
#' \item \pkg{R}: `"kernlab"` (the default)
36+
#' \item \pkg{R}: `"liquidSVM"`
3637
#' }
3738
#'
39+
#' Note that models created using the `liquidSVM` engine cannot be saved like
40+
#' conventional R objects. The `fit` slot of the `model_fit` object has to be
41+
#' saved separately using the `liquidSVM::write.liquidSVM()` function. Likewise
42+
#' to restore a model, the `fit` slot has to be replaced with the model that is
43+
#' read using the `liquidSVM::read.liquidSVM()` function.
44+
#'
3845
#' @includeRmd man/rmd/svm-rbf.Rmd details
3946
#'
4047
#' @importFrom purrr map_lgl

0 commit comments

Comments
 (0)