rasbt/mlxtend

Add option for termination criterion with tolerance

Chiusa

#1079 aperta il 18 gen 2024

 (1 commento) (2 reazioni) (0 assegnatari)Python (911 fork)batch import
New Featureeasyhelp wanted

Metriche repository

Star
 (5166 stelle)
Metriche merge PR
 (Merge medio 27g 1h) (16 PR mergiate in 30 g)

Descrizione

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

Guida contributor