You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* re-organize linear_reg documentation
* search across parsnip adjacent packages for details files
* added stan details
* Made clickable link for lm()
* Move some details down to highlight most important stuff
* Typo
* Spacing
* Edits to wording for clarity
* doc refresh
* extended glmnet documentation
* Update man/rmd/glmnet-details.Rmd
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
* Update R/linear_reg.R
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
* Update R/aaa_models.R
Co-authored-by: Davis Vaughan <davis@rstudio.com>
* better documentation based on review comments
* move to underscore in file names
* use linked verions of function names
* more information on additional engines and tidymodels.org
* expand the package exclusion list
* added boosted tree docs
* reworked the parameter code to use tunable
* early_stop re-added (required devel dials)
* minor linear_reg updates and use of templates
* Update man/rmd/glmnet-details.Rmd
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
* Update man/rmd/glmnet-details.Rmd
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
* update boosting pages
* better seeaslo and references
* decision_tree files
* fix failing test case
* logistic_reg files
* mars files
* mlp files
* multinomial files
* fix some file names
* un-needed files
* knn files
* rand_forest files
* svm files
* cleaned up titles (no more "general interfaces")
* standardize on "specific engines only"
* remove "Parameters can be represented by a placeholder" in examples
* Update man/rmd/glmnet-details.Rmd
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
* Update man/rmd/glmnet-details.Rmd
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
* suggestions from Hannah
* fixed a few bugs/typos
* bug fix
* dynamic @Seealso
* added an overview of dynamic documentation bits.
* updated glmnet information
* small doc updates for glmnet
* Update NEWS.md
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
* prototype sections for worked examples
* fix train.test indices
* more roxygenization
* added man-roxygen to build ignore
* mode for null model
* examples for rand_forest() with engines ranger and randomForest
* examples for svm_linear() with engines kernlab and LiblineaR
* set seed for reproducibility
* examples for `svm_poly()` and `svm_rbf()`
* clean-up
* add sentence about model spec
* add example for `multinom_reg()` with penguins
* Need this for `devtools::document()` now
* Edits to doc tools
* Refine boosted tree docs
* Refine decision_tree() docs
* Refine linear/logistic docs
* Refine mars, mlp, multinom (plus logistic again)
* Finish refining model pages
* Refine details pages
* Finish up details pages, and document
* tidy up examples of class prediction
* doc refresh after updating from master
* remove examples as they slow down `document()`
* remove another example
* update tree splitting template (and its name)
* remove default engine text
* add default engine to list
* maybe fix GHA issues when new dependencies are on CRAN
* remove multilevelmod reference
* doc refresh
* missing comma
Co-authored-by: Julia Silge <julia.silge@gmail.com>
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
Co-authored-by: Davis Vaughan <davis@rstudio.com>
Co-authored-by: Hannah Frick <hannah@rstudio.com>
Copy file name to clipboardExpand all lines: NEWS.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,11 @@
33
33
34
34
*`set_mode()` now checks if `mode` is compatible with the model class, similar to `new_model_spec()` (@jtlandis, #467). Both `set_mode()` and `set_engine()` now error for `NULL` or missing arguments (#503).
35
35
36
-
* Re-organized model documentation for `update` methods (#479).
36
+
* Re-organized model documentation:
37
+
38
+
*`update` methods were moved out of the model help files (#479).
39
+
* Each model/engine combination has its own help page.
40
+
* The model help page has a dynamic bulleted list of the engines with links to the individual help pages.
37
41
38
42
*`generics::required_pkgs()` was extended for `parsnip` objects.
0 commit comments