This PR adds options for users to specify the type of distribution for time metrics. This is useful when computation time, preprocessing time, or evaluation time doesn’t follow a normal distribution.
The existing API (_time and _time_stdev) is fully compatible, so no changes are needed in the configuration – it will default to assuming a normal distribution.
The configuration can be specified as nested yaml as follow
Hi @zhenghh04 and @hariharan-devarajan,
This PR adds options for users to specify the type of distribution for time metrics. This is useful when computation time, preprocessing time, or evaluation time doesn’t follow a normal distribution.
The existing API (
_time
and_time_stdev
) is fully compatible, so no changes are needed in the configuration – it will default to assuming a normal distribution.The configuration can be specified as nested yaml as follow
Similar configuration applies to
preprocess_time
andeval_time
Thank you!