From 34cd54f77ea7aaa06d4e90e3b6a69ad92a98206b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Fri, 13 Jan 2023 11:47:01 +0100 Subject: [PATCH] feat: :recycle: Add Classic algorithm as number 2 to compare performance --- src/cppmdlp | 2 +- src/fimdlp/mdlp.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cppmdlp b/src/cppmdlp index 7b20bde..1b89f59 160000 --- a/src/cppmdlp +++ b/src/cppmdlp @@ -1 +1 @@ -Subproject commit 7b20bde4285648056dc123483496b191491d40ef +Subproject commit 1b89f5927c3add921b19fe29094d354780f98b5f diff --git a/src/fimdlp/mdlp.py b/src/fimdlp/mdlp.py index 2ea504b..e4e4437 100644 --- a/src/fimdlp/mdlp.py +++ b/src/fimdlp/mdlp.py @@ -19,6 +19,7 @@ class FImdlp(TransformerMixin, BaseEstimator): The type of algorithm to use computing the cut points. 0 - Definitive implementation 1 - Alternative proposal + 2 - Classic proposal n_jobs : int, default=-1 The number of jobs to run in parallel. :meth:`fit` and :meth:`transform`, are parallelized over the features. ``-1`` means