mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

Add support of iterable objects in estimator api

Open liuzh47 opened this issue 5 years ago • 0 comments

Description

fit() and evaluate() methods of the base Estimator class support inputs from iterable Object.

Fix #17124

Checklist

Essentials

  • [ ] Changes are complete (i.e. I finished coding on this PR)
  • [ ] All changes have test coverage:
  • [ ] Code is well-documented:
  • For user-facing API changes, API doc string has been updated.

liuzh47 avatar Dec 20 '19 06:12 liuzh47