GenoML / genoml2

GenoML (genoml2) is an open source Python package. It is an automated machine learning (autoML) platform for genomics data
Apache License 2.0
28 stars 17 forks source link

BayesSearchCV + more tunability #26

Open mikeDTI opened 3 years ago

mikeDTI commented 3 years ago

Please make sure that this is a feature request.

System information:

Describe Current Behavior/State and Recommended Feature Request: We do random grid for tuning. Update tuning parameter options plus operate on BayesSearchCV. Will this change the current API? How? No, this will be "under the hood". Who Will Benefit from this Feature? Everyone, random grid search is from my own laziness (legacy code). Any Additional Information? BayesSearchCV is generally better and faster so we can add more tunability.