Skip to content

Commit 174e311

Browse files
committed
more documentation and updates
1 parent 413060c commit 174e311

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+3814
-947
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Unplanned release based on CRAN requirements for Solaris.
44

55
## Breaking Changes
66

7-
* The method that `parsnip` stores the model information has changed. Any custom models from previous versions will need to use the new method for registering models. The methods are detailed in `?get_model_env()` and the [package vignette for adding models](https://tidymodels.github.io/parsnip/articles/articles/Scratch.html).
7+
* The method that `parsnip` stores the model information has changed. Any custom models from previous versions will need to use the new method for registering models. The methods are detailed in `?get_model_env` and the [package vignette for adding models](https://tidymodels.github.io/parsnip/articles/articles/Scratch.html).
88

9-
* The mode need to be declared for models that can be used for more than one mode prior to fitting and/or translation.
9+
* The mode needs to be declared for models that can be used for more than one mode prior to fitting and/or translation.
1010

1111
* For `surv_reg()`, the engine that uses the `survival` package is now called `survival` instead of `survreg`.
1212

@@ -18,7 +18,7 @@ Unplanned release based on CRAN requirements for Solaris.
1818

1919
* If a computational engine is not explicitly set, a default will be used. Each default is documented on the corresponding model page. A warning is issued at fit time unless verbosity is zero.
2020

21-
* `nearest_neighbor` gained a `multi_predict` method. The `multi_predict()` documentation is a little better organized.
21+
* `nearest_neighbor()` gained a `multi_predict` method. The `multi_predict()` documentation is a little better organized.
2222

2323
* A suite of internal functions were added to help with upcoming model tuning features.
2424

_pkgdown.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ navbar:
8181
href: articles/articles/Classification.html
8282
- text: Making a parsnip model from scratch
8383
href: articles/articles/Scratch.html
84+
- text: Evaluating submodels with the same model object
85+
href: articles/articles/Submodels.html
8486
- text: News
8587
href: news/index.html
8688
- text: Reference

docs/404.html

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/articles/Classification.html

Lines changed: 57 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)