zipf_classifier

A package to create a deterministic classifier based on Zipf law


License
MIT
Install
pip install zipf_classifier==1.6.2

Documentation

Zipf classifier

pip

Introduction

ZipfClassifier is a classifier that, even though in principle usable on any distribution, leverages the assumption that some kind of datasets such as as:

follow the Zipf law.

Installation

pip install zipf_classifier

Working examples and explanation

A documentation is available with a full explanation of the classifier workings.

License

This package is licensed under MIT license.