Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 5, 2023
1 parent a738f78 commit 548d42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/articles/machine_learning.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Machine Learning"
---


`marginaleffects` offers several "model-agnostic" functions to interpret statistical and machine learning models. This vignette highlights how the package can be used to extract meaningful insights from the results of models trained using the `mlr3` and `tidymodels` frameworks.
`marginaleffects` offers several "model-agnostic" functions to interpret statistical and machine learning models. This vignette highlights how the package can be used to extract meaningful insights from models trained using the `mlr3` and `tidymodels` frameworks.

The features in this vignette require version 0.16.0 or `marginaleffects`, or the development version which can be installed from Github:

Expand Down
3 changes: 2 additions & 1 deletion book/utils/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ book:
- articles/brms.qmd
- articles/bootstrap.qmd
- articles/categorical.qmd
- articles/conformal.qmd
- articles/gformula.qmd
- articles/conformal.qmd
- articles/elasticity.qmd
- articles/equivalence.qmd
- articles/experiments.qmd
- articles/gam.qmd
- articles/logit.qmd
- articles/lme4.qmd
- articles/machine_learning.qmd
- articles/matching.qmd
- articles/multiple_imputation.qmd
- articles/mrp.qmd
Expand Down

0 comments on commit 548d42f

Please sign in to comment.