ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
43 stars 27 forks source link

After new parameter selection in an evo algo, allow a cleanup/reject operation #205

Open PeterDSteinberg opened 6 years ago

PeterDSteinberg commented 6 years ago

In hyperparameter searches a common problem is an algorithm that selects combos of parameters that may be:

One fix for EaSearchCV (and RandomizedSearchCV) would be to have the __init__ arguments allow:

TODO for this issue: