According to the documentation, sklearn_crfsuite.CRF.fit(X,y, X_dev,y_dev) uses X_dev and y_dev for testing. But why does one need to
sklearn_crfsuite.CRF.fit(X,y, X_dev,y_dev)
X_dev
y_dev