Skip to content

Commit

Permalink
more documentation and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Jul 21, 2019
1 parent 413060c commit 174e311
Show file tree
Hide file tree
Showing 66 changed files with 3,814 additions and 947 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Expand Up @@ -4,9 +4,9 @@ Unplanned release based on CRAN requirements for Solaris.

## Breaking Changes

* 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).
* 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).

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

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

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

* 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.

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

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

Expand Down
2 changes: 2 additions & 0 deletions _pkgdown.yml
Expand Up @@ -81,6 +81,8 @@ navbar:
href: articles/articles/Classification.html
- text: Making a parsnip model from scratch
href: articles/articles/Scratch.html
- text: Evaluating submodels with the same model object
href: articles/articles/Submodels.html
- text: News
href: news/index.html
- text: Reference
Expand Down
11 changes: 10 additions & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 57 additions & 51 deletions docs/articles/articles/Classification.html

Large diffs are not rendered by default.

0 comments on commit 174e311

Please sign in to comment.