Skip to content

Commit f113de2

Browse files
committed
typo in readme
1 parent e2906ab commit f113de2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ task
6464
```
6565

6666
To 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}
7070
library(mlr3pipelines)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ library(mlr3fda)
4747
mlr_reflections$task_feature_types[c("tfr", "tfi")]
4848
```
4949

50-
## tfr tfi
50+
## tfr tfi
5151
## "tfd_reg" "tfd_irreg"
5252

5353
These datatypes can be used to represent regular and irregular
@@ -75,7 +75,7 @@ task
7575
## * Groups: subject_id
7676

7777
To 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
7979
value.
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

0 commit comments

Comments
 (0)