You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started implementing logic to obey self.config.calculated_point_estimates in the various subclasses of CatEstimator assuming that the work to actually calculate the point estimates would be slightly different for each estimator. In fact it is largely the same, so the logic can be moved into CatEstimator base class.
The text was updated successfully, but these errors were encountered:
I started implementing logic to obey
self.config.calculated_point_estimates
in the various subclasses ofCatEstimator
assuming that the work to actually calculate the point estimates would be slightly different for each estimator. In fact it is largely the same, so the logic can be moved intoCatEstimator
base class.The text was updated successfully, but these errors were encountered: