AnnaNzrv
                                        Results
                                        2
                                        issues of
                                        
                                
                                            AnnaNzrv
                                        
                                    ### Description Currently single and feat_all autotests are deactivated. ### Reproducible example ``` test_that("autotest", { set.seed(1) # there was presumable a weird bug learner = lrn("surv.aorsf") expect_learner(learner) # for some...
Error when trying to **predict** with tabular learners **without passing an evaluation metric** to the learner. ## Steps to Reproduce 1) Load packages and data ```r library(fastai) reticulate::use_condaenv('r-reticulate',required = TRUE)...