Skip to content

Commit

Permalink
changed example to not exceed runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
nbruder committed May 21, 2024
1 parent dfd2a30 commit b2e0ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions R/feature_selection.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ setGeneric("select_features", function(object, ...) {
#' @examples
#' path <- system.file("extdata", "test_data.csv", package = "MetaNLP", mustWork = TRUE)
#' obj <- MetaNLP(path)
#'
#' obj2 <- select_features(obj, alpha = 0.7)
#' obj2 <- select_features(obj, lambda = "1se")
#' obj2 <- select_features(obj, alpha = 0.7, lambda = "min")
#'
#'
#' @rdname select_features
Expand Down
4 changes: 1 addition & 3 deletions man/select_features.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2e0ad7

Please sign in to comment.