Tomáš Frýda
Tomáš Frýda
Set order method to radix as the default in 3.3 does not support multiple decreasing criteria. **TODO**: * remove R3.3 from PR stage
https://h2oai.atlassian.net/browse/PUBDEV-8577 This PR uses `max(cv_model[i].iteration) + 1`, another option is to use `average` but there were several GAM tests that failed when using the average.
I noticed the following in passing tests so it's probably not a big issue but it would be nice to fix it. I assume the issue is the `base_models` field....
Last version we use for automated testing is 4.0.2 (6/2020). We should be able to add 4.2.2 (11/2022) relatively easily as we can build it without any change to our...
Sometimes our build in jenkins doesn't seem to generate the package correctly. This is likely due to `roxygen2` which scans our R files and then creates the `DESCRIPTION` and `NAMESPACE`...
Currently, initial weights and biases are not exposed unless they are set. Also add informative message when just one of `initial_weights` or `initial_biases` is set. Currently, there's just null pointer...
We should run even the NOPASS tests sometimes.
Sub-issue of https://github.com/h2oai/h2o-3/issues/6516 This issue is meant to track papers and frameworks we might want to research. (In random order) # Papers - [ ] A Tutorial on Bayesian Optimization...