rasbt/mlxtend

Add option for termination criterion with tolerance

已关闭

#1,079 创建于 2024年1月18日

 (1 条评论) (2 个反应) (0 位负责人)Python (911 个派生)batch import
New Featureeasyhelp wanted

仓库指标

星标
 (5,166 个星标)
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

贡献者指南