Skip to content

Commit

Permalink
get rid of legacy github.io links
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Sep 16, 2020
1 parent 65fa26a commit 0102665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/dials-package.Rd

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

2 changes: 1 addition & 1 deletion vignettes/Basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In any case, some information is needed to create a grid or to validate whether

* Create an easy to use framework for describing and querying tuning parameters. this can include getting sequences or random tuning values, validating current values, transforming parameters, and other tasks.
* Standardize the names of different parameters. Different packages in R use different argument names for the same quantities. `dials` proposes some standardized names so that the user doesn't need to memorize the syntactical minutiae of every package.
* Work with the [`parsnip`](https://topepo.github.io/parsnip/) package which is a modern attempt to standardize the interfaces for specific models across R packages and computational engines.
* Work with the [`parsnip`](https://parsnip.tidymodels.org) package which is a modern attempt to standardize the interfaces for specific models across R packages and computational engines.
* Adhere to [tidy principals](https://cran.r-project.org/package=tidyverse/vignettes/manifesto.html).

The main type of objects in `dials` have class `param`.
Expand Down

0 comments on commit 0102665

Please sign in to comment.