ChristianSch/skml

fix all implementations of "predict*" that imply that only one single instance was given

ChristianSch opened this issue · 1 comments

The notation and docs hint at this, but we don't do it yet. The doc/notation implies that a number of instances was given, for which each of the instances should be getting a predicted target. Currently we just imply that X is an instance given as a vector and run predictions on that.

This should be done, however there should be tests for that.