File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464```
6565
6666To train a model on this task we first need to extract scalar features from the functions.
67- We ullustrate this below by extracting the mean value.
67+ We illustrate this below by extracting the mean value.
6868
6969``` {r fda.extract, fig.width = 5, fig.height = 3}
7070library(mlr3pipelines)
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ library(mlr3fda)
4747mlr_reflections $ task_feature_types [c(" tfr" , " tfi" )]
4848```
4949
50- ## tfr tfi
50+ ## tfr tfi
5151 ## "tfd_reg" "tfd_irreg"
5252
5353These datatypes can be used to represent regular and irregular
7575 ## * Groups: subject_id
7676
7777To train a model on this task we first need to extract scalar features
78- from the functions. We ullustrate this below by extracting the mean
78+ from the functions. We illustrate this below by extracting the mean
7979value.
8080
8181``` r
@@ -120,7 +120,7 @@ glrn$predict(task, row_ids = ids$test)
120120 ## 11 48 49.99174
121121 ## 12 40 49.99174
122122 ## 13 43 52.42105
123- ## ---
123+ ## ---
124124 ## 324 57 52.42105
125125 ## 325 57 41.30769
126126 ## 326 60 49.99174
You can’t perform that action at this time.
0 commit comments