Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor adanet.Estimator to be more functional and less stateful.
Breakdown bookkeeping phase into three subphases with dedicated subroutines. Also fixes a bug where initializable Datasets were not being initialized during the candidate evaluation and report materialization phases. This refactoring will make it easier to rerun the ensemble evaluation in other contexts such as during the call to `Estimator#predict` and `Estimator#export_saved_model`. PiperOrigin-RevId: 261317027
- Loading branch information