Skip to content

geoscape/updated-sklearn-crfsuite

 
 

Repository files navigation

updated-sklearn-crfsuite

PyPI Version Build Status Code Coverage Documentation

The main repository does not seem to be maintained anymore. This repository will accept any incoming pull requests that fix issues in the existing repository. To start using this updated version of the main package, you can use the following command:

pip install git+https://github.com/MeMartijn/updated-sklearn-crfsuite.git#egg=sklearn_crfsuite

sklearn-crfsuite is a thin CRFsuite (python-crfsuite) wrapper which provides interface simlar to scikit-learn. sklearn_crfsuite.CRF is a scikit-learn compatible estimator: you can use e.g. scikit-learn model selection utilities (cross-validation, hyperparameter optimization) with it, or save/load CRF models using joblib.

License is MIT.

Documentation can be found here.


define hyperiongray

About

scikit-learn inspired API for CRFsuite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%