Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.38 KB

FederatedClustering

Dependencies

Federated Clustering requires:

  • pandas (for data manipulation and analysis)
  • numpy (basic numeric python library)
  • numba (speed up computation generating machine code)
  • scikit-learn (for normalization and model evaluation metrics)
  • matplotlib (for plotting)

Installing the application

To install the application just clone the repository, cd into the folder and run

python setup.py install