Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tidymodels/modeldata
Data Sets Used by tidymodels Packages
https://github.com/tidymodels/modeldata
Last synced: 3 days ago
JSON representation
Data Sets Used by tidymodels Packages
- Host: GitHub
- URL: https://github.com/tidymodels/modeldata
- Owner: tidymodels
- License: other
- Created: 2019-11-26T17:46:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:07:55.000Z (23 days ago)
- Last Synced: 2024-10-31T22:03:17.297Z (12 days ago)
- Language: R
- Homepage: https://modeldata.tidymodels.org/
- Size: 24.3 MB
- Stars: 22
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- jimsghstars - tidymodels/modeldata - Data Sets Used by tidymodels Packages (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# modeldata
[![CRAN status](https://www.r-pkg.org/badges/version/modeldata)](https://CRAN.R-project.org/package=modeldata)
[![R-CMD-check](https://github.com/tidymodels/modeldata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/modeldata/actions/workflows/R-CMD-check.yaml)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)`modeldata` contains data sets used in documentation and testing for tidymodels packages. The package also contains a suite of simulation functions for classification and regression data.
## Installation
You can install the released version of modeldata from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("modeldata")
```And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("tidymodels/modeldata")
```## Contributing
This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).
- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/modeldata/issues).
- 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.
- 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/).