Skip to content

Commit

Permalink
Fix small bug in first model tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 11, 2022
1 parent 9ff680d commit eef56c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/FirstModel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Finally we define our epochs. This is how long we will train the model. One epoc

Now all that is left is using the PLP to train our first deep learning model. If you have used the PLP this should look familiar to you.

```{R}
```{r, echo = TRUE, message = FALSE, warning = FALSE,tidy=FALSE,eval=FALSE}
plpResults <- PatientLevelPrediction::runPlp(plpData = plpData,
outcomeId = 3,
modelSettings = modelSettings,
Expand Down

0 comments on commit eef56c9

Please sign in to comment.