Chris Baker

Results 5 issues of Chris Baker

I'm wondering if you've considered allowing the user to pass in a separate training sets for the xgboost model vs the survival model? For example, in XGBSEStackedWeibull, the current state...

enhancement
next minor release

I'm wondering if testing under all ggplot2 versions since 2.2.0 is really worth it? For example, maybe we should just test under the latest couple versions. I guess there could...

As mentioned by @Futats in #75 ``` r library(ggplot2) library(ggExtra) p

enhancement
help wanted

Should be in README or CONTRIBUTING and cover: * Adding unit tests under current vdiffr framework * Style (I think just reference advanced R here?)

One quick note: I put `assert_known_cols()` inside `group_by()` instead of within `group_delegation.__call__()` b/c I wanted the error to be thrown even if no grouped function is called on the data....