mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-18 08:55:51 +00:00
feat: ♻️ Add Classic algorithm as number 2 to compare performance
This commit is contained in:
Submodule src/cppmdlp updated: 7b20bde428...1b89f5927c
@@ -19,6 +19,7 @@ class FImdlp(TransformerMixin, BaseEstimator):
|
|||||||
The type of algorithm to use computing the cut points.
|
The type of algorithm to use computing the cut points.
|
||||||
0 - Definitive implementation
|
0 - Definitive implementation
|
||||||
1 - Alternative proposal
|
1 - Alternative proposal
|
||||||
|
2 - Classic proposal
|
||||||
n_jobs : int, default=-1
|
n_jobs : int, default=-1
|
||||||
The number of jobs to run in parallel. :meth:`fit` and
|
The number of jobs to run in parallel. :meth:`fit` and
|
||||||
:meth:`transform`, are parallelized over the features. ``-1`` means
|
:meth:`transform`, are parallelized over the features. ``-1`` means
|
||||||
|
Reference in New Issue
Block a user