-
I ran into "Delayed .Dependency" error when wrapping Lrnr_sl with Lrnr_cv.
```
library(sl3)
data(cpp_imputed)
cov
-
Related to the last issue with lrnr_define_interactions is this, I think. This is key because we want to do this in practice for certain. If I piece together a superlearner by defining lrnr_cv and a…
-
When I try to call `Lrnr_condensier` and `train` function, SL3 gives the following error (reproduced on both mac and linux):
```
Error in private$.train(subsetted_task, trained_sublearners) :
A…
-
Fix Line 112 in rnn_optimizer.py from self.cuda to self.use_cuda
-
Here are the issues, I think there are some packages in my environment do not meet your requirements, but I can not figure it out, could you please help me have a look at it, If there is any
format …
-
It would be handy if summary(CV.SuperLearner) also reported the distribution of the meta-learner weights of the algorithms, in addition to the risk. E.g mean, SE, min, max - just like risk. Seems like…
-
Dear experts,
I have tried many times to install autosklearn but always get errors when building:
> Failed building wheel for auto-sklearn
> Failed building wheel for pyrfr
> Command "/home/ma…
-
Greetings,
I tried to run the example from the README.md. All steps run without errors, until I try to score the test set. Then I get a _ValueError: No models fitted!_. The console output shows vario…
ghost updated
8 years ago
-
Is non negative least squares available as a metalearner in subsemble?