lacava / few

a feature engineering wrapper for sklearn
https://lacava.github.io/few
GNU General Public License v3.0
51 stars 22 forks source link

stall effects #10

Closed lacava closed 7 years ago

lacava commented 7 years ago

track stalling in runs and act based on them. stalling occurs when the engineered features are no longer improving either 1) the ML model CV score or 2) the median fitness of the features themselves. if stalling occurs, there should be options to

lacava commented 7 years ago

fixed by #20