Explore >> Select a destination


You are here

yardstick.tidymodels.org
| | tibble.tidyverse.org
3.4 parsecs away

Travel
| | as_tibble() turns an existing object, such as a data frame or matrix, into a so-called tibble, a data frame with class tbl_df. This is in contrast with tibble(), which builds a tibble from individual columns. as_tibble() is to tibble() as base::as.data.frame() is to base::data.frame(). as_tibble() is an S3 generic, with methods for: data.frame: Thin wrapper around the list method that implements tibble's treatment of rownames. matrix, poly, ts, table Default: Other inputs are first coerced with base::as....
| | matbesancon.xyz
2.9 parsecs away

Travel
| | Learning by doing: predicting the outcome.
| | recipes.tidymodels.org
3.2 parsecs away

Travel
| | step_regex() creates a specification of a recipe step that will create a new dummy variable based on a regular expression.
| | programminghistorian.org
30.0 parsecs away

Travel
|