Julia Silge

Results 64 issues of Julia Silge

Interesting - as I was writing more of my unit tests, I noticed that the `pin_write` function behaves differently when it is run within or outside unit tests (of the...

bug

[This SO question](https://stackoverflow.com/questions/73432787/what-models-currently-support-multivariate-regression-in-tidymodels) points out that it is difficult to know which models you can use if you have a multiple-outcome problem. I believe you can see this by [searching...

documentation

@juliasilge what would you think about making `convert = FALSE` the default, at least until we can get things off the v2 endpoint? I know conversion has been the default...

discussion

Thank you so much for all your great work on this package! ๐Ÿ™Œ We typically see folks have success using vip for [regression models](https://stackoverflow.com/questions/62772397/integration-of-variable-importance-plots-within-the-tidy-modelling-framework/62962550#62962550) but have trouble when trying to...

Hello! ๐Ÿ‘‹ This demo is looking so great; thank you for creating this to show folks how to use our tools. I have a couple of minor suggestions for tidymodels...

enhancement

Hello! Thank you so much for your work on this great package. I am having some trouble getting dot plots to work with plotly. For example, take a look at...

bug
ggplotly

After thinking about it for a bit, this course has been hard to maintain as is, with Binder and Gatsby and all that. I'm going to switch over to a...

This PR switches from storing CSVs to using Parquet files, for performance improvements and to avoid factor problems as outlined in #59

When you write a pin to Connect, the displayed name changes depending on whether the last write did or did not include the username. ![Screenshot 2023-10-31 at 1 18 42...

bug

During our internal Connect server migration, we found that a lot of older content used an env var for server URL explicitly; these were, for example, ETL R Markdown docs...

feature