vrasneur/pyfasttext

[question] How to validate model

Opened this issue · 0 comments

Hi, is there a nice way to validate the model? Would be really nice, if the model would support something like this:

from sklearn.model_selection import cross_val_score
scores = cross_val_score(model, test['text'], test['label'], cv=5)