mi3nts / MintsML.jl

https://mi3nts.github.io/MintsML.jl/
MIT License
0 stars 0 forks source link

Add a pipeline step for feature exploration / feature engineering #78

Open john-waczak opened 11 months ago

john-waczak commented 11 months ago

Consider as a hyperparameter the threshold for the number of features to include. Where we have multiple methods for estimating feature importances, take the intersection of the top $n$ features from each method.

john-waczak commented 11 months ago

https://docs.h2o.ai/driverless-ai/1-10-lts/docs/userguide/feature-engineering.html

john-waczak commented 11 months ago

Also note that SciML in julia has genetic algorithms