liuzh91 opened a new pull request #16982: Add support of plug and play 
fit_batch and evaluate_batch
URL: https://github.com/apache/incubator-mxnet/pull/16982
 
 
   ## Description ##
   Due to the potential estimator explosion issue introduced in issue #16930, 
we add support of plug and play fit_batch() and evaluate_batch() methods for 
the base estimator class. Concretely,
   we define a new class `EstimatorModel` and use it to wrap the `fit_batch()` 
and `evaluate_batch()` methods. Our contribution can be summarized as below
   
   - Add a new class `EstimatorModel` to support plug and play `fit_batch` and 
`evaluate_batch` for existing estimators.
   - Add test case to test the plug and play `fit_batch()` and 
`evaluate_batch()` methods
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to