pyoselm icon indicating copy to clipboard operation
pyoselm copied to clipboard

Assert correct behavior of OSELMClassifier in sequential learning scenarios with feed of new classes

Open leferrad opened this issue 3 years ago • 0 comments

Let's say the model was trained with classes 1-N, and then a batch of data comes to a fit() call with a new class N+1. The model should incorporate this new class, without losing information of the previous ones

leferrad avatar Sep 12 '20 11:09 leferrad