Skip to content

🐍 Extending sklearn LabelEncoder to handle sequences of labels

License

Notifications You must be signed in to change notification settings

lzfelix/sk_seqtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sk_seqtools

Extending the LabelEncoder from sklearn to handle sequences of labels to perform, for instance, NER tagging tasks.

Installing

You can install from remote with

pip install git+https://github.com/lzfelix/sk_seqtools

Usage examples

For now, please refer to the tests folder for examples on how to use the SequenceLabelEncoder.

Running tests

Since the repository consists only of SequentialLabelEncoder so far, you can run the tests from the root folder with:

 python -m unittest tests/test_seq_label_encoder.py

About

🐍 Extending sklearn LabelEncoder to handle sequences of labels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages