Hi, is there a nice way to validate the model? Would be really nice, if the model would support something like this: ```python from sklearn.model_selection import cross_val_score scores = cross_val_score(model, test['text'], test['label'], cv=5) ```
Hi, is there a nice way to validate the model? Would be really nice, if the model would support something like this: