Skip to content

A fast binary classifier built on semantic search.

License

Notifications You must be signed in to change notification settings

er1kb/distinction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Tested with:

Installation

From Github

pip3 install git+https://github.com/er1kb/distinction

or clone and install locally:

git clone https://github.com/er1kb/distinction.git && cd distinction && pip3 install .

From PyPI

python3 -m pip install distinction

English

What is it

Examples

Split records

Combine records

Classifier from training_data - raw text

Classifier from training_data - pre-encoded

Tune similarity

Tune selection

Tune with plots

Use optimized criteria from tune()

Prediction pipeline

Swedish

TODO

import distinction as ds
C = ds.Classifier(**kwargs)
[*C.train(training_data = ...)]
predictions = [*C.predict(...)]

About

A fast binary classifier built on semantic search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages