sklearn-crfsuite icon indicating copy to clipboard operation
sklearn-crfsuite copied to clipboard

Hyper-parameter optimization on development set

Open nishkalavallabhi opened this issue 6 years ago • 0 comments

When I use the fit function in CRF() class with development set, is it actually doing any parameter tuning on the development set? I tried looking at the source code for this and the base implementation and I did not quite understand what the purpose of giving the optional development set is.

nishkalavallabhi avatar Jun 20 '18 13:06 nishkalavallabhi