h2o-3
h2o-3 copied to clipboard
GH-15963: add r tweedie package to our test images
#15963
I prefer to merge this change after the major release. The release pipeline has been moved from Jenkins master to regular workers. I would like to reduce a number of things that could break the release.
@mn-mikke I have mixed feelings about this. I completely agree that these changes increase the chance of breaking something during the release but this PR also contains fixes that were discovered thanks to adding the necessary packages.
There is fix for Tweedie dispersion estimation which is non-reproducible (on jenkins, locally I was not able to reproduce it) in current master and rel-3.44. And it also disabled the usage of polars and datatable by default as it can in some cases change types.
I can backport the fixes but they'd be untested in the current master due to the missing packages.
There is fix for Tweedie dispersion estimation which is non-reproducible (on jenkins, locally I was not able to reproduce it) in current master and rel-3.44. And it also disabled the usage of polars and datatable by default as it can in some cases change types.
@tomasfryda ok, let's merge it then.