Browse Source

update readme

unknown 11 months ago
parent
commit
d339394ce8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -13,12 +13,13 @@ See test_conf.json for an example of the configuration file.
 To start the k-anonymization algorithms, run ``python anonymization.py [path to configuration file]``.  
 See exp1_conf.json, exp2_conf.json, exp3_conf.json, and test_conf.json for examples of the configuration file.
 
+## Dataset
 Currently, only the *Adult* dataset is supported. To include more datasets, add a .csv file for the raw dataset
 and update ``categorical.py`` in the ``datasets`` folder. See the .csv file for *Adult* as an example.
 
 ## Code
 The implementation is based on the open-source code of Piotrowska and Slijepčević et al.
-The original repositories can be found [here](https://github.com/aniampio/Simulator) (Piotrowska) and [here](https://github.com/fhstp/k-AnonML) (Slijepčević et al.)
+The original repositories can be found [here](https://github.com/aniampio/Simulator) (Piotrowska) and [here](https://github.com/fhstp/k-AnonML) (Slijepčević et al.).
 For more information see
 * Ania M Piotrowska. “Studying the anonymity trilemma with a discrete-event mix
 network simulator”. In: Proceedings of the 20th Workshop on Workshop on Privacy