neural-pipeline icon indicating copy to clipboard operation
neural-pipeline copied to clipboard

Add DataProducerPredictor

Open toodef opened this issue 5 years ago • 0 comments

Separate Predictor to Predictor and DataProducerPredictor. Predictor just init model and provide an interface to predict one item, DataProducerPredictor - provides an interface to predict all data from DataProducer object.

Also DataProducerPredictor can have interfaces:

  • Connecting metrics to predict
  • Select best and most worth predicts

toodef avatar Jun 04 '19 15:06 toodef