rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.82k stars 853 forks source link

Callback for SFS #983

Open rasbt opened 1 year ago

rasbt commented 1 year ago

Discussed in https://github.com/rasbt/mlxtend/discussions/981

Originally posted by **blazespinnaker** November 7, 2022 SFS can take awhile sometimes, and it'd be useful to report on certain statistics in order to do early stopping or try a different experiment in a new window. Is there a way to do a callback with the sequential feature selector at the end of each pass?