Skip to content

Commit 469e2a3

Browse files
committed
release 0.1.0
1 parent 47a75e5 commit 469e2a3

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ Authors@R: c(
1111
person("Bernd", "Bischl", , "[email protected]", role = "ctb",
1212
comment = c(ORCID = "0000-0001-6002-6980"))
1313
)
14-
1514
Description: Extends the 'mlr3' ecosystem to functional analysis by adding support
1615
for irregular and regular functional data as defined in the 'tf' package.
17-
The package provides 'PipeOp's for preprocessing functional columns and for
16+
The package provides 'PipeOps' for preprocessing functional columns and for
1817
extracting scalar features, thereby allowing standard machine learning
19-
algorithms to be applied afterwards.
18+
algorithms to be applied afterwards. Available operations include simple
19+
functional features such as the mean or maximum, smoothing, interpolation,
20+
flattening, and functional 'PCA'.
2021
License: LGPL-3
2122
URL: https://mlr3fda.mlr-org.com, https://github.com/mlr-org/mlr3fda
2223
BugReports: https://github.com/mlr-org/mlr3fda/issues
@@ -35,7 +36,6 @@ Imports:
3536
Suggests:
3637
rpart,
3738
testthat (>= 3.0.0),
38-
pracma,
3939
zoo
4040
Config/testthat/edition: 3
4141
Encoding: UTF-8

man/mlr3fda-package.Rd

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)