Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Easily install and load the tidymodels packages

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

tidymodels/tidymodels

R-CMD-checkCodecov test coverageCRAN_Status_BadgeDownloadslifecycle

Overview

tidymodels is a “meta-package” formodeling and statistical analysis that shares the underlying designphilosophy, grammar, and data structures of thetidyverse.

It includes a core set of packages that are loaded on startup:

  • broom takes the messy output ofbuilt-in functions in R, such aslm,nls, ort.test, and turnsthem into tidy data frames.

  • dials has tools to create and managevalues of tuning parameters.

  • dplyr contains a grammar for datamanipulation.

  • ggplot2 implements a grammar ofgraphics.

  • infer is a modern approach tostatistical inference.

  • parsnip is a tidy, unifiedinterface to creating models.

  • purrr is a functional programmingtoolkit.

  • recipes is a general datapreprocessor with a modern interface. It can create model matricesthat incorporate feature engineering, imputation, and other helptools.

  • rsample has infrastructure forresampling data so that models can be assessed and empiricallyvalidated.

  • tibble has a modern re-imagining ofthe data frame.

  • tune contains the functions tooptimize model hyper-parameters.

  • workflows has methods to combinepre-processing steps and models into a single object.

  • yardstick contains tools forevaluating models (e.g. accuracy, RMSE, etc.).

A list of all tidymodels functions across different CRAN packages can befound athttps://www.tidymodels.org/find/.

You can install the released version of tidymodels fromCRAN with:

install.packages("tidymodels")

Install the development version from GitHub with:

# install.packages("pak")pak::pak("tidymodels/tidymodels")

When loading the package, the versions and conflicts are listed:

library(tidymodels)#> ── Attaching packages ────────────────────────────────────── tidymodels 1.4.0 ──#> ✔ broom        1.0.9     ✔ recipes      1.3.1#> ✔ dials        1.4.2     ✔ rsample      1.3.1#> ✔ dplyr        1.1.4     ✔ tibble       3.3.0#> ✔ ggplot2      3.5.2     ✔ tidyr        1.3.1#> ✔ infer        1.0.9     ✔ tune         2.0.0#> ✔ modeldata    1.5.1     ✔ workflows    1.3.0#> ✔ parsnip      1.3.3     ✔ workflowsets 1.1.1#> ✔ purrr        1.1.0     ✔ yardstick    1.3.2#> ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ──#> ✖ purrr::discard() masks scales::discard()#> ✖ dplyr::filter()  masks stats::filter()#> ✖ dplyr::lag()     masks stats::lag()#> ✖ recipes::step()  masks stats::step()

Contributing

This project is released with aContributor Code ofConduct.By contributing to this project, you agree to abide by its terms.

About

Easily install and load the tidymodels packages

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors17

Languages


[8]ページ先頭

©2009-2025 Movatter.jp