rasbt/mlxtend

Add option for termination criterion with tolerance

Geschlossen

#1.079 geöffnet am 18.01.2024

 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)Python (911 Forks)batch import
New Featureeasyhelp wanted

Repository-Metriken

Stars
 (5.166 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 27T 1h) (16 gemergte PRs in 30 T)

Beschreibung

Describe the workflow you want to enable

Add an option for a termination criterion similar to "tol" implemented in sklearn.feature_selection.SequentialFeatureSelector: https://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html

Describe alternatives you've considered, if relevant

While the sklearn SequentialFeatureSelector can do this, it misses the history callback you get in this package, which i think is very nice and helpful.

Additional context

The version of mlxtend i am using is 0.23.1

Contributor Guide