Error 0013
Updated: September 21, 2017
Error 0013
Exception occurs if the learner passed to the module is an invalid type.
This error occurs whenever a trained model is incompatible with the connected scoring module. For example, connecting the output of Train Matchbox Recommender to Score Model (instead of Score Matchbox Recommender) will generate this error when the experiment is run.
Determine the type of learner that is produced by the training module, and determine the scoring module that is appropriate for the learner.
If the model was trained using any of the specialized training modules, connect the trained model only to the corresponding specialized scoring module.
| Exception Messages |
|---|
| Learner of invalid type is passed. |
| Learner "{0}" has invalid type. |
Show: