Skip to content

Commit

Permalink
Update cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Aug 21, 2024
1 parent e608fb7 commit 71e267d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ devtools::install_github("imbs-hl/fuseMLR")
The following figure illustrates the general architecture of `fuseMLR`:

```{r, echo=FALSE, out.width="70%", out.height="100%"}
knitr::include_graphics("README_files/figure-gfm/fuseMLR_4_blue_bgr.png")
knitr::include_graphics("README_files/figure-gfm/structure.png")
```

The general architecture of `fuseMLR` includes the storage classes `Training`, `Layer`, and `MetaLayer`. `Layer` and `MetaLayer` are stored within a `Training` instance, while `Data`, `Learner`, and `Varselect` (for variable selection) are stored within a `Layer` instance. These components can be used to automatically build and store the `Model` or `MetaModel`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ devtools::install_github("imbs-hl/fuseMLR")

The following figure illustrates the general architecture of `fuseMLR`:

<img src="README_files/figure-gfm/fuseMLR_4_blue_bgr.png" width="70%" height="100%" />
<img src="README_files/figure-gfm/structure.png" width="70%" height="100%" />

The general architecture of `fuseMLR` includes the storage classes
`Training`, `Layer`, and `MetaLayer`. `Layer` and `MetaLayer` are stored
Expand Down
Binary file modified README_files/figure-gfm/fusemlrcheatsheet.pdf
Binary file not shown.
Binary file added README_files/figure-gfm/structure.pdf
Binary file not shown.
Binary file added README_files/figure-gfm/structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71e267d

Please sign in to comment.