[Feature Request] Loss make_value_estimator
takes a ValueEstimatorBase
class as argument
#2503
Open
1 task done
Labels
enhancement
New feature or request
Motivation
The
LossBase
classmake_value_estimator
method takes an Enum typeValueEstimators
to construct the value estimator. Also, its docstring indicates that:This means that using a custom value estimator needs to directly access the loss's private
_value_estimator
.Solution
One way forward is to make each objective class
make_value_estimator
method accept aValueEstimatorBase
class as an argument to build the custom value_estimator.Checklist
The text was updated successfully, but these errors were encountered: