From bf4b51214100b56fb369b8ebe663b3152bf5b70c Mon Sep 17 00:00:00 2001 From: Buni <107373072+bunidin@users.noreply.github.com> Date: Fri, 24 May 2024 18:39:54 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 433ef16..fb0ee8a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ If you want to try out the experiments for yourself it is recommended to clone t ### Changes Made - Added new Dataset "[Breast Cancer](https://archive.ics.uci.edu/dataset/14/breast+cancer)" Dataset for testing with a corresponding [breast_cancer_queries.py](breast_cancer_queries.py) (by Bünyamin Dincer) which works with the FOIL-Prototype Implementation. - Replaced old antlr version with the latest antlr v3.13.1. +- Fixed [experiments.sh](experiments.sh) - Make sure to run everything in Python 3. --- Tested on Mac. -- GitLab