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
Copy file name to clipboardExpand all lines: DESCRIPTION
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
Package: parsnip
2
-
Version: 0.1.4.9000
2
+
Version: 0.1.5
3
3
Title: A Common API to Modeling and Analysis Functions
4
4
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).
Copy file name to clipboardExpand all lines: NEWS.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
-
# parsnip (development version)
1
+
# parsnip 0.1.5
2
2
3
3
* An RStudio add-in is availble that makes writing multiple `parsnip` model specifications to the source window. It can be accessed via the IDE addin menus or by calling `parsnip_addin()`.
4
4
5
-
* For `xgboost` models, users can now pass `objective` to `set_engine("xgboost")`.
5
+
* For `xgboost` models, users can now pass `objective` to `set_engine("xgboost")`. (#403)
6
+
7
+
* Changes to test for cases when CRAN cannot get `xgboost` to work on their Solaris configuration.
8
+
9
+
* There is now an `augument()` method for fitted models. See `augment.model_fit`. (#401)
10
+
11
+
* Column names for `x` are now required when `fit_xy()` is used. (#398)
@@ -129,10 +129,10 @@ Data sets previously found in `parsnip` are now find in the `modeldata` package.
129
129
130
130
This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
131
131
132
-
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://rstd.io/tidymodels-community).
132
+
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
133
133
134
134
- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/parsnip/issues).
135
135
136
-
- Either way, learn how to create and share a [reprex](https://rstd.io/reprex) (a minimal, reproducible example), to clearly communicate about your code.
136
+
- Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code.
137
137
138
138
- Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/).
0 commit comments