Skip to content

Commit 8de32c2

Browse files
committed
docs: fix typo
1 parent 9fc73fb commit 8de32c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3filters
22
Title: Filter Based Feature Selection for 'mlr3'
3-
Version: 0.7.0
3+
Version: 0.7.0-9000
44
Authors@R: c(
55
person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = "aut",
66
comment = c(ORCID = "0000-0003-0748-6624")),

R/FilterPermutation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#'
55
#' @description
66
#' The permutation filter randomly permutes the values of a single feature in a
7-
#' [mlr3::Task] to break the association with the response. The permutated
7+
#' [mlr3::Task] to break the association with the response. The permuted
88
#' feature, together with the unmodified features, is used to perform a
99
#' [mlr3::resample()]. The permutation filter score is the difference between
1010
#' the aggregated performance of the [mlr3::Measure] and the performance

man/mlr_filters_permutation.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)