Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Backport Gluon estimator changes to 1.6 #17048

Merged
merged 4 commits into from
Dec 11, 2019

Commits on Dec 10, 2019

  1. Include eval_net the validation model in the gluon estimator api (apa…

    …che#16957)
    
    * Include eval_net the validation model in the estimator api
    
    * fix small issue
    liuzh47 authored and ptrendx committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    73d164b View commit details
    Browse the repository at this point in the history
  2. Extend estimator.evaluate() to support event handlers (apache#16971)

    
    * fix unittest failures for the new api interface
    
    * Add comments in the code for readability
    
    * Remove unused argument val_metrics
    
    * merge changes with the master branch
    
    * fix some regression errors
    
    * fix bugs introduced in the merging phase
    liuzh47 authored and ptrendx committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    16ec801 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Add support of plug and play fit_batch and evaluate_batch (apache#16982)

    * Add support of plug and play fit_batch and evaluate_batch
    
    * Add check for the validity of the estimator model
    
    * Rename estimator model as batch processor
    
    * Remove unused import
    
    * Add documentation of the batch processor class
    
    * refine the documentation of the batch processor
    
    * Fix merge bugs
    
    * fix bugs introduced during merge
    
    * fix sanity check failures
    
    * fix CI bugs
    liuzh47 authored and ptrendx committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    3850284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6fb0ac View commit details
    Browse the repository at this point in the history