VowpalWabbit / estimators

Estimators to perform off-policy evaluation
BSD 3-Clause "New" or "Revised" License
13 stars 17 forks source link

fix: adjust rmin and rmax from the empirical values #58

Closed slahabar closed 2 years ago

ataymano commented 2 years ago

can we turn this logic configurable? i.e. constructor parameter bool empirical_r_bounds = False by default (otherwise exception)

ataymano commented 2 years ago

Followup item: handle small amount of data with empirical_r_bounds