h2o-3 icon indicating copy to clipboard operation
h2o-3 copied to clipboard

GH-15963: add r tweedie package to our test images

Open tomasfryda opened this issue 1 year ago • 2 comments

#15963

tomasfryda avatar Dec 11 '23 14:12 tomasfryda

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.

tomasfryda avatar Feb 01 '24 11:02 tomasfryda

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.

mn-mikke avatar Feb 01 '24 12:02 mn-mikke