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