metta-ul is a basic implementation of clustering algorithms in the MeTTa language. It includes implementations of:
- K-Means
- Gaussian Mixture Models (GMM)
- Spectral Clustering
- Hierarchical Clustering
This project is packaged as a Python module and includes a Dockerized environment for running tests using pytest.
- Ramin Barati - me@rbarati.com
- Amirhossein Nourani Zadeh - amirhossein.nouranizadeh@gmail.com
- Farhoud - farhoud.m7@gmail.com
- Python 3.7 or later
hyperonnumpypandas
pip install metta-ulFirst, install PyTest:
pip install pytestThen, run the tests using:
pytest .- Fork the repository
- Create a new branch (
feature-branch) - Commit changes and push to your branch
- Submit a pull request
This project is licensed under the MIT License.