A python project for prototype-based machine learning models


Keywords
prosemble, interpretable-ai, lvq, machine-learning, prototype-based-clustering, prototype-based-models, python
License
MIT
Install
pip install prosemble==0.9.1

Documentation

Prosemble

python: 3.8 github pypi License: MIT

A python project for prototype-based machine learning models

Installation

Prosemble can be installed using pip.

pip install prosemble

If you have installed Prosemble before and want to upgrade to the latest version, you can run the following command in your terminal: Prosemble can be installed using pip.

pip install -U prosemble

To install the development version from GitHub using Git, run the following command in your terminal:

pip install git+https://github.com/naotoo1/prosemble

Bibtex

If you would like to cite the package, please use this:

@misc{Otoo_Prosemble_2022,
author = {Otoo, Nana Abeka},
title = {Prosemble},
year = {2022},
publisher = {GitHub},
journal = {GitHub repository},
howpublished= {\url{https://github.com/naotoo1/Prosemble}},
}