Simon P. Couch

Results 151 issues of Simon P. Couch

``` r library(tidymodels) tunable( linear_reg() %>% set_engine("glmnet", dfmax = tune()) ) #> # A tibble: 3 × 5 #> name call_info source component component_id #> #> 1 penalty model_spec linear_reg...

A follow-up to #52. Now that tune 1.2.0 made it to CRAN a couple weeks ago, the recent changes in agua should be ready to go to CRAN! This will...

We recently got bit by Actions turning themselves off after inactivity in the repo. To avoid having to dig in on a PR like #121 in the future, we may...

upkeep

I had expected to be able to access `x` inside of the expression in the same way regardless of whether `.grid` was a `tbl_df` or `data.frame`, but for the former,...

Now that we have some macOS-specific functionality, it may be worth putting together a `db-macos.yml` GHA workflow running on `macOS-latest`. Just testing `databricks()` and `snowflake()`, for now, would cover our...

snowflake
upkeep
databricks

If a model specification in an extension package uses `set_dependency()` on its engine package but not on the extension package itself, the model specification will not be available in socket...

## Positron Version: Positron Version: 2024.07.0 (Universal) build 59 ## Steps to reproduce the issue: 1. Create a connection to an Oracle database via odbc in RStudio—MacOS ARM64, Oracle's driver...

bug
area: connections
lang: r

Also ensures that GHA are running fine.

The internals of `autoplot()` for racing functions uses `map_dfr()`, a deprecated function from purrr: https://github.com/tidymodels/finetune/blob/5e9d49ea935f0fc83f256fdf1c499b48d9b7401c/R/plot_race.R#L30 We should likely use `map()` and `list_rbind()` instead. https://github.com/tidymodels/recipes/pull/1204 is a good example of another...

feature
upkeep
tidy-dev-day :nerd_face: