Julia Silge

Results 61 issues of Julia Silge

I notice that #243 added support for spaces in keys but I am having trouble getting the objects back out if they are saved with spaces in the key. Here...

bug

Hello! 👋 Thank you so much for your investment in this package. Is there an equivalent from paws for doing this via the Python SDK? ```r library(reticulate) sagemaker

question

The version of [_Pride and Prejudice_ that gets pulled down from Project Gutenberg](https://www.tidytextmining.com/topicmodeling.html#library-heist) now has: - a table of contents with all the chapters listed, messing up the chapter counting...

The [data.json](https://data.nasa.gov/data.json) made available by NASA has changed its schema so we likely want to update the analysis at some point.

https://github.com/dgrtwo/tidy-text-mining/blob/54b8cac3c634a6b61ed2b6263732df8e469eb72c/07-tweet-archives.Rmd#L15 When you [request your own Twitter archive](https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive), they now only contain JSON, not any CSV files. Probably want to adjust the wording a tiny bit to make it sound...

Sometimes we get some `notes` about convergence for the glmnet model in Ch 7 (only the multiclass model, I think). They look like this: ```out Warning message: This tuning result...

In #167 we found that we got small differences in model results when resampling on an ARM Mac and an Intel Mac. This was surprising and we didn't expect to...

This has bitten me already multiple times: https://github.com/rstudio/pins/blob/debc94529b8b73cda41ab50419d6276cd6c56d24/R/pin-read-write.R#L180

For `board_temp()`, the datetime `created` variable doesn't seem to track along with `version` and is always the same: ``` r library(pins) b % pin_write(head(mtcars), "mtcars") #> Guessing `type = 'rds'`...

bug

We see [this snapshot test](https://github.com/tidymodels/tidypredict/blob/main/tests/testthat/_snaps/earth.md) right now: ``` Code tidypredict_fit(pm) Output list() ``` I [see that `tidypredict_fit(model)` and `tidypredict_sql(model, dbplyr::simulate_odbc())` both work](https://tidypredict.tidymodels.org/articles/mars.html), but it seems like `model %>% parse_model() %>%...

bug