From a7b92ec404c3b8d0b6b1caa6e897ca41f22ad629 Mon Sep 17 00:00:00 2001 From: Essam Date: Sun, 17 Mar 2024 16:37:48 +0200 Subject: [PATCH] Change in to from --- paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper.md b/paper.md index 7a59cb2..8455971 100644 --- a/paper.md +++ b/paper.md @@ -108,7 +108,7 @@ Methods implemented in the `Imbalance.jl` toolbox meet all the interface design - Should document all functions, including internal ones - Comments should be included to justify or simplify written implementations when needed -This set of design principles is also satisfied by `Imbalance.jl`. Implemented techniques are tested by testing smaller units that form them. Aside from that, end-to-end tests are performed for each technique by testing properties and characteristics of the technique or by using the `imbalanced-learn` toolbox [@Lematre:2016] in Python and comparing outputs. +This set of design principles is also satisfied by `Imbalance.jl`. Implemented techniques are tested by testing smaller units that form them. Aside from that, end-to-end tests are performed for each technique by testing properties and characteristics of the technique or by using the `imbalanced-learn` toolbox [@Lematre:2016] from Python and comparing outputs. ### User Experience