J Kyle Armstrong

Results 24 comments of J Kyle Armstrong

Will 2 sample test be supported?

Here is an example for pivot packages ```{r} library(bigrquery) library(DBI) library(dplyr) ``` project settings ```{r} my_project

@ramnathv came here to report that bigrquery does not work with newest version of dbplyr 2.2.0. latest version I can confirm it working with is `dbplyr` V 2.1.1

> Confirmed, thanks! It works fine with current GitHub version installed with `remotes::install_github('haozhu233/kableExtra')`. (Currently at commit [4c93f1a](https://github.com/haozhu233/kableExtra/commit/4c93f1afc26efcd04fa729cb4a522d5f262bb6bd)) Confirmed that this is working for HTML with `remotes::install_github('haozhu233/kableExtra')` - however, the CRAN...

I just reported the same issue in [https://github.com/fchollet/deep-learning-with-python-notebooks/issues/218](https://github.com/fchollet/deep-learning-with-python-notebooks/issues/218) this issue was opened a year ago - is there a fix that could be shared on this or the other thread?

Posted a resolution to use the Kaggle source instead on [https://github.com/fchollet/deep-learning-with-python-notebooks/issues/218](https://github.com/fchollet/deep-learning-with-python-notebooks/issues/218)

``` library('sparklyr') library('dplyr') sc

@pbiecek thanks in advance for any assistance!

Following the [H20 example](https://raw.githack.com/pbiecek/DALEX_docs/master/vignettes/DALEX_h2o.html) we can indeed use DALEX. I suppose on my wish list would be to extend the methods developed to work with a spark data frame and...

@pbiecek sounds great!