pyoselm
pyoselm copied to clipboard
Assert correct behavior of OSELMClassifier in sequential learning scenarios with feed of new classes
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