Skip to content

Conversation

@topepo
Copy link
Member

@topepo topepo commented Dec 3, 2025

cli errors, call threading, updated R version, and base pipe conversion

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

air

[air] reported by reviewdog 🐶

rec <- recipe( ~ ., data = iris) |>


[air] reported by reviewdog 🐶

rec <- recipe( ~ ., data = iris) |>


[air] reported by reviewdog 🐶

rec <- recipe( ~ ., data = iris) |>


[air] reported by reviewdog 🐶

df <- data.frame(x = runif(20),
index = 1:20)
rec <- recipe( ~ ., data = df) |>


[air] reported by reviewdog 🐶

rec <- recipe( ~ ., data = Sacramento) |>


[air] reported by reviewdog 🐶

biomass_tr <- biomass[biomass$dataset == "Training",]
biomass_te <- biomass[biomass$dataset == "Testing",]


[air] reported by reviewdog 🐶

train.recipe_fit <- train(recipe, biomass_tr, method = "svmRadial", metric = "RMSE")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants