YenTran32
Results
2
issues of
YenTran32
Hi. I have a question about the substitution cost. When we define `ged=gm.GraphEditDistance(1,1,1,1)`, I think that the parameters are equal to `node_del,node_ins,edge_del,edge_ins`. Is there a way to input user-defined substitution...
Hi everyone, Could anyone know how to export the list of _orginal_ features? I follow [this](https://github.com/TeamHG-Memex/sklearn-crfsuite/blob/master/docs/CoNLL2002.ipynb) example. After fitting the model, running this `crf.training_log_.log` will print out the log, which...