Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tidymodels/modeldatatoo
More Data Sets Useful for Modeling Examples
https://github.com/tidymodels/modeldatatoo
Last synced: 3 days ago
JSON representation
More Data Sets Useful for Modeling Examples
- Host: GitHub
- URL: https://github.com/tidymodels/modeldatatoo
- Owner: tidymodels
- License: other
- Created: 2023-03-02T00:05:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T17:21:51.000Z (5 months ago)
- Last Synced: 2024-10-31T22:03:14.749Z (12 days ago)
- Language: R
- Homepage: https://modeldatatoo.tidymodels.org
- Size: 53.3 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - tidymodels/modeldatatoo - More Data Sets Useful for Modeling Examples (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# modeldatatoo
[![R-CMD-check](https://github.com/tidymodels/modeldatatoo/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/modeldatatoo/actions/workflows/R-CMD-check.yaml)
[![CRAN status](http://www.r-pkg.org/badges/version/modeldatatoo)](https://CRAN.R-project.org/package=modeldatatoo)
[![Downloads](http://cranlogs.r-pkg.org/badges/modeldatatoo)](https://CRAN.R-project.org/package=modeldatatoo)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)modeldatatoo contains more data sets used in documentation and testing for tidymodels packages. The package also contains a suite of simulation functions for classification and regression data. This is extension to the [modeldata](https://modeldata.tidymodels.org/) package.
## Installation
You can install the released version of modeldatatoo from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("modeldatatoo")
```You can install the development version of modeldatatoo from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("tidymodels/modeldatatoo")
```## Example
All the data sets in this package can be accessed by functions which are prefixed with `data_`, and you call them like functions
```{r}
library(modeldatatoo)
data_elevators()
```The [pins](https://pins.rstudio.com/) package is used under the hood to read, download, and cache the data.