Javier Orraca-Deatcu
Javier Orraca-Deatcu
I was at Posit Conf when I learned about duckplyr and this package is awesome! I'm looking forward to developing with it and thanks to the DuckDB Labs team for...
Perhaps it's user error but I can't pass a custom OpenAI `base_url` to redirect the requests to a Databricks serving endpoint. This would be ideal for using {chattr} to interact...
Along the lines of the practical {recipes} advice and the [Ordering of Steps](https://recipes.tidymodels.org/articles/Ordering.html) page, it'd be great to see something similar / expanded that'd be inclusive of additional steps, e.g.,...
I recently discovered that LightGBM has a [`multiclassova` objective function](https://lightgbm.readthedocs.io/en/latest/Parameters.html#core-parameters) (multi-class one-vs-all) that treats multi-class classification as a set of binary classification tasks. Getting quite decent results with this approach...
Hi Albert, awesome work with this package and love the `tidymodels` flavor! Support for Databricks Foundation Models would be great. This would include the following serving endpoints: - DBRX @...
A `dplyr::mutate()` pattern that I regularly use on tibbles (outside of Spark) is below: ```{r} some_tibble |> mutate(across(tidyselect::where(is.some_generic), \(x) as.some_generic(x))) ``` When the same `mutate()` is applied to a `tbl_spark`...
I'm not sure if this is more of a {DBI} feature request or a {dbplyr} one, but it'd be great if {dbplyr} could support ADBC. I have been experimenting with...
Connecting to a serverless SQL warehouse from a user access token with `odbc::databricks()` requires setting the Databricks token to a global environment variable named `DATABRICKS_TOKEN`. If a user has their...