From 5b9e4f9c3bff6f41a70c7f2dc346bff399a38018 Mon Sep 17 00:00:00 2001 From: Vadim Borisov Date: Mon, 18 Dec 2023 10:57:18 +0100 Subject: [PATCH] Update README.md Improve readability of the python code in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5578017..153008a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Code to reproduce the results in [Data Augmentation for Compositional Data: Adva To simply run the augmentations on some data: -``` +```py def aitchison_mixup(X_train, y_train, factor=10, weight=0.5): """Applies Aitchison Mixup to some training data.