-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
Hello and thank you for the work being done in tidymodels and the new packages!
I was following the blogpost: two-new-tidymodels-packages
and in this chunk :
yield_rf_res <-
score_imp_rf_oblique |>
fit(yield ~ ., data = yield_train)
yield_rf_res@results |>
arrange(desc(abs(score)))
I got the error in the title.
Is it a required package the aorsf?
It would be helpful either to have as a library(aorsf) on the blogpost and/or the package page or
maybe being installed with filtro?
Let me know if you don't have this issue as currently I am working from inside a container and maybe that doesn't happen in general installation.
FROM debian:trixie-slim AS build
COPY r.sources /etc/apt/sources.list.d/r.list
COPY cran_debian_key.asc /etc/apt/trusted.gpg.d/cran_debian_key.asc
RUN apt update && apt install -y r-base r-base-dev pipx \
ibcurl4-openssl-dev \
texlive texlive-extra-utils texlive-latex-extra texlive-latex-base \
texlive-fonts-recommended texlive-fonts-extra
RUN <<-EOF
set -eux
R -e 'install.packages("pak")'
R -e 'pak::pkg_install(c("tidyverse","tidymodels","jsonlite",
"data.table", "arrow", "janitor","bonsai", "lightgbm",
"filtro","important"
))'
EOF
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior