Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.24 KB

Federated Fuzzy Regression Tree

  • Source code used for the manuscript "Increasing trust in AI through Privacy Preservation and Model Explainability: Federated Learning of Fuzzy Regression Trees", currently under review.
  • This work has been developed by the Artificial Intelligence Group at the Department of Information Engineering, University of Pisa.
  • Authors:

Prerequisites

Make sure you have installed:

Dependencies

Federated Clustering requires:

  • pandas
  • numpy
  • scikit-learn
  • simpful

Installing the application

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

python setup.py install