crfs-rs icon indicating copy to clipboard operation
crfs-rs copied to clipboard

Model training

Open bratao opened this issue 4 years ago • 2 comments
trafficstars

Hello @messense , You doing a Hero work. CRFsuite is legendary for its performance in multiple scenarios. It still knock up Deep learning for many tasks in our pipeline.

I´m just curious, do you plan to implement model training?

Thanks!

bratao avatar Feb 08 '21 16:02 bratao

I'd love to have model training support in crfs-rs, but it will certainly take much more time than implementing prediction.

For now, you can use the C binding crfsuite-rs to do model training.

messense avatar Feb 09 '21 02:02 messense

There is already a LBFGS Rust port https://github.com/ybyygu/rust-lbfgs , we could use it when porting the training part.

messense avatar Feb 09 '21 02:02 messense