Tom Runting
Tom Runting
Hi, I've run into an issue when trying to differentiate a function which takes a `RooArgList` as an argument when implementing AD for a custom class in the CMS Combine...
Hi! When inspecting some logs, I was suprised to see `m.values` and `m.params` return rather different values for the same object, namely a parameter with a `__repr__` of ``` Param(number=2,...
I am attempting to run distributed XGBoost with Dask on an HTCondor cluster. I've tested that Dask on its own works with this setup, but when attempting training with XGBoost...