rasbt/mlxtend

Add option for termination criterion with tolerance

已關閉

#1,079 建立於 2024年1月18日

 (1 則留言) (2 個反應) (0 位負責人)Python (912 個分叉)batch import
New Featureeasyhelp wanted

倉庫指標

星標
 (5,165 顆星)
PR 合併指標
 (平均合併 27天 1小時) (30 天內合併 16 個 PR)

描述

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

貢獻者指南