feat: ♻️ Add Classic algorithm as number 2 to compare performance

This commit is contained in:
Ricardo Montañana Gómez
2023-01-13 11:47:01 +01:00
parent 70bf03155c
commit 34cd54f77e
2 changed files with 2 additions and 1 deletions

View File

@@ -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