rasbt/mlxtend

Add option for termination criterion with tolerance

Fermée

#1 079 ouverte le 18 janv. 2024

 (1 commentaire) (2 réactions) (0 personne assignée)Python (911 forks)batch import
New Featureeasyhelp wanted

Métriques du dépôt

Stars
 (5 166 étoiles)
Métriques de merge PR
 (Merge moyen 27j 1h) (16 PRs mergées en 30 j)

Description

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

Guide contributeur