From 2ec58659f8a1795a02f73d1fb0506477b3345a55 Mon Sep 17 00:00:00 2001 From: Naoise Holohan Date: Wed, 31 Jan 2024 10:58:04 +0000 Subject: [PATCH] [DOC] Updating Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12dcd34..95f9262 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Use diffprivlib if you are looking to: - Explore the impact of differential privacy on machine learning accuracy using classification and clustering models - Build your own differential privacy applications, using our extensive collection of mechanisms -Diffprivlib supports Python versions 3.8 to 3.11. +Diffprivlib supports Python versions 3.8 to 3.12. ## Getting started: [Machine learning with differential privacy in 30 seconds](https://github.com/IBM/differential-privacy-library/blob/main/notebooks/30seconds.ipynb) We're using the [Iris dataset](https://archive.ics.uci.edu/ml/datasets/iris), so let's load it and perform an 80/20 train/test split.