/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

purrr.tidyverse.org
| | dplyr.tidyverse.org
2.8 parsecs away

Travel
| | Select (and optionally rename) variables in a data frame, using a concise mini-language that makes it easy to refer to variables based on their name (e.g. a:f selects all columns from a on the left to f on the right) or type (e.g. where(is.numeric) selects all numeric columns). Overview of selection features Tidyverse selections implement a dialect of R where operators make it easy to select variables: : for selecting a range of consecutive variables. ! for taking the complement of a set of variables. & ...
| | magrittr.tidyverse.org
4.1 parsecs away

Travel
| | Pipe an object forward into a function or call expression.
| | www.rplumber.io
3.4 parsecs away

Travel
| | This collection of functions creates handlers for a Plumber router.
| | www.unite.ai
30.8 parsecs away

Travel
| Some machine learning models belong to either the generative or discriminative model categories. Yet what is the difference between these two categories of models? What does it mean for a model to be discriminative or generative? The short answer is that generative models are those that include the distribution of the data set, returning a []