Skip to content

Commit 6e8323c

Browse files
committed
version and documentation update
1 parent 948dbcf commit 6e8323c

File tree

120 files changed

+8860
-2415
lines changed

Some content is hidden

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

120 files changed

+8860
-2415
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parsnip
2-
Version: 0.0.5.9001
2+
Version: 0.1.0
33
Title: A Common API to Modeling and Analysis Functions
44
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc).
55
Authors@R: c(
@@ -31,7 +31,7 @@ Imports:
3131
prettyunits,
3232
vctrs (>= 0.2.0)
3333
Roxygen: list(markdown = TRUE)
34-
RoxygenNote: 7.1.0
34+
RoxygenNote: 7.1.0.9000
3535
Suggests:
3636
testthat,
3737
knitr,

NEWS.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# parsnip (development version)
2-
3-
# parsnip 0.0.5.9000
4-
1+
# parsnip 0.1.0
52

3+
* Release for enabling more `parsnip`-adjacent packages.
4+
5+
* Stan models no longer generate output when fit. Use the `refresh` option when setting the engine to change this.
6+
7+
* Data sets have been moved to the `modeldata` package.
68

79
# parsnip 0.0.5
810

_pkgdown.yml

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ reference:
2222
- linear_reg
2323
- logistic_reg
2424
- mars
25-
- mlp
26-
- multinom_reg
25+
- mlp
26+
- multinom_reg
2727
- nearest_neighbor
2828
- null_model
2929
- rand_forest
30-
- surv_reg
30+
- surv_reg
3131
- svm_poly
3232
- svm_rbf
3333
- title: Infrastructure
@@ -37,7 +37,7 @@ reference:
3737
- fit.model_spec
3838
- fit_xy
3939
- fit_control
40-
- model_fit
40+
- model_fit
4141
- model_spec
4242
- predict.model_fit
4343
- multi_predict
@@ -49,42 +49,40 @@ reference:
4949
- varying
5050
- varying_args
5151

52-
- title: Data
53-
contents:
54-
- lending_club
55-
- wa_churn
56-
- check_times
57-
5852
- title: Developer Tools
59-
contents:
53+
contents:
6054
- set_new_model
61-
- starts_with("set_model_")
55+
- set_model_arg
56+
- set_model_engine
57+
- set_model_mode
6258
- set_dependency
6359
- set_fit
6460
- set_pred
6561
- show_model_info
66-
- starts_with("get_")
67-
68-
62+
- get_dependency
63+
- get_fit
64+
- get_from_env
65+
- get_model_env
66+
- get_pred_type
6967

7068
navbar:
7169
left:
72-
- text: Basic Usage
73-
href: articles/parsnip_Intro.html
70+
- text: Basic Usage
71+
href: articles/parsnip_Intro.html
7472
- text: Model List
75-
href: articles/articles/Models.html
73+
href: articles/articles/Models.html
7674
- text: "Articles"
7775
menu:
7876
- text: Regression modeling
79-
href: articles/articles/Regression.html
77+
href: articles/articles/Regression.html
8078
- text: Classification modeling
81-
href: articles/articles/Classification.html
79+
href: articles/articles/Classification.html
8280
- text: Making a parsnip model from scratch
83-
href: articles/articles/Scratch.html
84-
- text: Evaluating submodels with the same model object
85-
href: articles/articles/Submodels.html
81+
href: articles/articles/Scratch.html
82+
- text: Evaluating submodels with the same model object
83+
href: articles/articles/Submodels.html
8684
- text: News
87-
href: news/index.html
85+
href: news/index.html
8886
- text: Reference
8987
href: reference/index.html
9088

docs/404.html

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

0 commit comments

Comments
 (0)