Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revisit docs on model formulas #1022

Merged
merged 1 commit into from
Nov 8, 2023
Merged

revisit docs on model formulas #1022

merged 1 commit into from
Nov 8, 2023

Conversation

simonpcouch
Copy link
Contributor

No description provided.

@@ -15,9 +15,9 @@ This model has 7 tuning parameters:
\item \code{hidden_units}: # Hidden Units (type: integer, default: 3L)
\item \code{penalty}: Amount of Regularization (type: double, default: 0.0)
\item \code{mixture}: Proportion of Lasso Penalty (type: double, default: 0.0)
\item \code{epochs}: # Epochs (type: integer, default: 0.01)
\item \code{epochs}: # Epochs (type: integer, default: 100L)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to #1020.

@@ -26,6 +26,9 @@ below)
\item \code{stop_iter}: # Iterations Before Stopping (type: integer, default:
Inf)
}

For \code{mtry}, the default value of \code{NULL} translates to using all
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to #1021.

@topepo topepo merged commit 86f8a4e into main Nov 8, 2023
7 checks passed
@topepo topepo deleted the document-formula branch November 8, 2023 17:57
Copy link

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants