J Kyle Armstrong

Results 24 comments of J Kyle Armstrong

@krisanathema not sure if you saw this https://github.com/stan-dev/rstan/wiki/Configuring-C---Toolchain-for-Windows#r-43 however, when I attempt to run ```{r} > install.packages("StanHeaders", repos = c("https://mc-stan.org/r-packages/", getOption("repos"))) ``` I get this error ``` Installing package into...

I came here to report a similar issue/bug regarding the table captions when rendering to quarto pdf ```` --- title: "mtcars quarto table captions" format: pdf: toc: true lot: true...

The data is on already available on Kaggle. The fix is pretty much in line with the other Kaggle examples in the book [https://www.kaggle.com/datasets/jessicali9530/celeba-dataset](https://www.kaggle.com/datasets/jessicali9530/celeba-dataset) ```{python} from tensorflow import keras from...

I am having the same issue. I searched and found that this was posted. @hhchang0210 I found that if I passed the data argument with an `as.data.frame`, the issue for...

``` r library('tidymodels') library('workflowsets') tidymodels_prefer() ``` ``` r data(parabolic) parabolic tibble [500 × 3] (S3: tbl_df/tbl/data.frame) #> $ X1 : num [1:500] 3.29 1.47 1.66 1.6 2.17 ... #> $...

This problem persists. Is this package still in use or has it been deprecated?

I still can't figure out if it's possible to perform tuning ``` library('lme4') Loading required package: Matrix library('multilevelmod') Loading required package: parsnip library('workflowsets') library('tidymodels') ── Attaching packages ────────────────────────────────────── tidymodels 1.2.0...

Hey, @hfrick, thanks for responding. Ideally, in this example, the number of components; however, the `formula` in `add_model` requires that you pass in explicit information. This is different from other...

Hey @hfrick thanks for the explanation, I'm not sure why I didn't think to try this out.