rasbt/mlxtend

Add option for termination criterion with tolerance

クローズ

#1,079 opened on 2024/01/18

 (1 件のコメント) (2 件のリアクション) (0 人の担当者)Python (911 件のフォーク)batch import
New Featureeasyhelp wanted

Repository metrics

Stars
 (5,166 個のスター)
PR merge metrics
 (平均マージ 27d 1h) (30d で 16 merged PRs)

説明

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

コントリビューターガイド