library(tidyverse)
ββ Attaching core tidyverse packages ββββββββββββββββββββββββ tidyverse 2.0.0 ββ
β dplyr 1.1.4 β readr 2.1.5
β forcats 1.0.0 β stringr 1.5.1
β ggplot2 3.5.2 β tibble 3.3.0
β lubridate 1.9.3 β tidyr 1.3.1
β purrr 1.0.4
ββ Conflicts ββββββββββββββββββββββββββββββββββββββββββ tidyverse_conflicts() ββ
β dplyr::filter() masks stats::filter()
β dplyr::lag() masks stats::lag()
βΉ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(janitor)
Attaching package: 'janitor'
The following objects are masked from 'package:stats':
chisq.test, fisher.test
library(tidymodels)
ββ Attaching packages ββββββββββββββββββββββββββββββββββββββ tidymodels 1.2.0 ββ
β broom 1.0.7 β rsample 1.2.1
β dials 1.2.1 β tune 1.2.1
β infer 1.0.7 β workflows 1.1.4
β modeldata 1.4.0 β workflowsets 1.1.0
β parsnip 1.2.1 β yardstick 1.3.1
β recipes 1.0.10
ββ Conflicts βββββββββββββββββββββββββββββββββββββββββ tidymodels_conflicts() ββ
β scales::discard() masks purrr::discard()
β dplyr::filter() masks stats::filter()
β recipes::fixed() masks stringr::fixed()
β dplyr::lag() masks stats::lag()
β yardstick::spec() masks readr::spec()
β recipes::step() masks stats::step()
β’ Use tidymodels_prefer() to resolve common conflicts.
library(xgboost) # for boosted tree modeling
Attaching package: 'xgboost'
The following object is masked from 'package:dplyr':
slice
library(vip) # for variable importance measures
Attaching package: 'vip'
The following object is masked from 'package:utils':
vi
library(arrow) # for large, compressed (parquet) files
Attaching package: 'arrow'
The following object is masked from 'package:lubridate':
duration
The following object is masked from 'package:utils':
timestamp