Hi Rob, The crfsuite wrapper is still far from complete (a couple test cases even seg-fault). I also echo Olivier's input on the problem that numpy arrays/scipy sparse matrices cannot be mapped to the crfsuite internal data structure. For that reason, it would be very hard to use crfsuite in scikit-learn for the purpose it's designed: efficient computations for large datasets.
That being said, if you have the time to work on it, that would be great! I currently don't have the extra bandwidth. Thanks! Jake Rob Zinkov wrote: > Hello, > > I would like to merge Jake Vanderplas's work > https://github.com/jakevdp/pyCRFsuite into scikit-learn. I have gotten > tacit approval in the irc channel. > > I am curious since this code requires crfsuite. Should that also be > bundled, or should I just throw an exception if it can't be found? > > Cheers, > Rob Zinkov > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
