-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47a75e5
commit 469e2a3
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,13 @@ Authors@R: c( | |
person("Bernd", "Bischl", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0001-6002-6980")) | ||
) | ||
|
||
Description: Extends the 'mlr3' ecosystem to functional analysis by adding support | ||
for irregular and regular functional data as defined in the 'tf' package. | ||
The package provides 'PipeOp's for preprocessing functional columns and for | ||
The package provides 'PipeOps' for preprocessing functional columns and for | ||
extracting scalar features, thereby allowing standard machine learning | ||
algorithms to be applied afterwards. | ||
algorithms to be applied afterwards. Available operations include simple | ||
functional features such as the mean or maximum, smoothing, interpolation, | ||
flattening, and functional 'PCA'. | ||
License: LGPL-3 | ||
URL: https://mlr3fda.mlr-org.com, https://github.com/mlr-org/mlr3fda | ||
BugReports: https://github.com/mlr-org/mlr3fda/issues | ||
|
@@ -35,7 +36,6 @@ Imports: | |
Suggests: | ||
rpart, | ||
testthat (>= 3.0.0), | ||
pracma, | ||
zoo | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.