Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmayer committed Aug 13, 2024
1 parent cbac717 commit bfaa703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/Version-4.0-New-Features.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ model_list <- caretEnsemble::caretList(
y = iris[, 5L],
methodList = c("rpart", "rf")
)
summary(model_list)
```

# Greedy Optimizer in caretEnsemble
Expand All @@ -47,6 +48,7 @@ summary(ens)
plot(ens)
ggplot2::autoplot(ens)
```

# Improved Default trainControl
A new default trainControl constructor makes it easier to build appropriate controls for caretLists. These controls include explicit indexes based on the target, return stacked predictions, and use probability estimates for classification models.
```{r}
Expand Down

0 comments on commit bfaa703

Please sign in to comment.