CountEst

CountEst is a module containing the implementation of count-based estimators, i.e., supervised learning algorithms that make predictions based on the frequency or count of specific events, categories, or values within a dataset.


Keywords
supervised, learning, machine, count-based, classifier
License
BSD-3-Clause
Install
pip install CountEst==0.1.3

Documentation

Travis_ AppVeyor_ Codecov_ CircleCI_ ReadTheDocs_

project-template - A template for scikit-learn contributions

project-template is a template project for scikit-learn compatible extensions.

It aids development of estimators that can be used in scikit-learn pipelines and (hyper)parameter search, while facilitating testing (including some API compliance), documentation, open source development, packaging, and continuous integration.

Refer to the documentation to modify the template for your own scikit-learn contribution.

Thank you for cleanly contributing to the scikit-learn ecosystem!