Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model training #2

Open
bratao opened this issue Feb 8, 2021 · 2 comments
Open

Model training #2

bratao opened this issue Feb 8, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bratao
Copy link

bratao commented Feb 8, 2021

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!

@messense
Copy link
Owner

messense commented Feb 9, 2021

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 messense added enhancement New feature or request help wanted Extra attention is needed labels Feb 9, 2021
@messense
Copy link
Owner

messense commented Feb 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants