crfs-rs
crfs-rs copied to clipboard
Model training
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!
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.
There is already a LBFGS Rust port https://github.com/ybyygu/rust-lbfgs , we could use it when porting the training part.