J Kyle Armstrong

Results 14 issues of J Kyle Armstrong

Will function be added for sparks Kolmogorov-Smirnov test?

ml
featurerequest
spark-2.4

getting issues with `dbplyr` 2.2.0 having to use `dbplyr` 2.1.1 as work around. Unable to currently provide reprex as example but has also been noticed in #492. ``` Warning message:...

request is for additional functions / wrappers for interface with Google Big Query (GBQ)- for instance: DATE_SUB: mutate(lookback_start = sql("DATE_SUB(TRAINING_END_DATE, INTERVAL 30 DAY)") pivot the current GBQ standard is to...

```{r} > install.packages("shinystan") Installing package into ‘/home/cdsw/R’ (as ‘lib’ is unspecified) also installing the dependency ‘rstan’ trying URL 'https://cran.rstudio.com/src/contrib/rstan_2.19.3.tar.gz' Content type 'application/x-gzip' length 922337 bytes (900 KB) ================================================== downloaded 900...

Following along with the example in [2.1](https://jjallaire.github.io/deep-learning-with-r-notebooks/notebooks/2.1-a-first-look-at-a-neural-network.nb.html) when I run ```r network % layer_dense(units = 512, activation = "relu", input_shape = c(28 * 28)) %>% layer_dense(units = 10, activation =...

Request to add spark support.

I get the following error: ```{r} ## You have loaded plyr after dplyr - this is likely to cause problems. ## If you need functions from both plyr and dplyr,...

Wondering if DALEX will play nicely with sparklyr or if we can get this kind of information out of models & data in spark?

feature 💡
R 🐳

Why is there a first and last page that are portrait? is seems the only way I can get landscape is with the repo is here https://github.com/jkylearmstrong/officedown_landscape_error my system machine...

Does anyone have any insight as to how to update the code on the GAN example [https://github.com/fchollet/deep-learning-with-python-notebooks/blob/master/chapter12_part05_gans.ipynb](https://github.com/fchollet/deep-learning-with-python-notebooks/blob/master/chapter12_part05_gans.ipynb) to work with TPUs on Google colab? It would be really helpful to...