Currently, the LOO estimators include cases like if num_samples >= num_rows: materialize_and_compute_exactly(). Since this duplicates a number of exceptions between the integrands, it would be useful to pull this code out of there, and, for example, move it to the estimator_leave_one_out implementation.
But this requires fiddling with the data structures in the stochtrace module, so it's relatively low priority for now.
Currently, the LOO estimators include cases like
if num_samples >= num_rows: materialize_and_compute_exactly(). Since this duplicates a number of exceptions between the integrands, it would be useful to pull this code out of there, and, for example, move it to theestimator_leave_one_outimplementation.But this requires fiddling with the data structures in the
stochtracemodule, so it's relatively low priority for now.