Skip to content

Commit

Permalink
Refactor adanet.Estimator to be more functional and less stateful.
Browse files Browse the repository at this point in the history
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
cweill committed Aug 2, 2019
1 parent a8caa6b commit e2d829b
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 127 deletions.
Loading

0 comments on commit e2d829b

Please sign in to comment.