Skip to content

Commit 2e386b0

Browse files
committed
rephrase link to model engine table (that doesn't show args)
1 parent 4a93f90 commit 2e386b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/develop/models/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ show_model_info("discrim_mixture")
100100

101101
The next step is to declare the main arguments to the model. These are declared independent of the mode. To specify the argument, there are a few slots to fill in:
102102

103-
* The name that parsnip uses for the argument. In general, we try to use non-jargony names for arguments (e.g. "penalty" instead of "lambda" for regularized regression). We recommend consulting [the model argument table available here](/find/parsnip/) to see if an existing argument name can be used before creating a new one.
103+
* The name that parsnip uses for the argument. In general, we try to use non-jargony names for arguments (e.g. "penalty" instead of "lambda" for regularized regression). We recommend consulting the model engine topics pages, linked from [the searchable table here](/find/parsnip/), to see if an existing argument name can be used before creating a new one.
104104

105105
* The argument name that is used by the underlying modeling function.
106106

0 commit comments

Comments
 (0)