5 ms·
Looks very promising! I like that you can fill the search space with python objects. Is it possible to search through numpy arrays? This would be nice for featu
by superfreek 6y ago
Looks very promising! I like that you can fill the search space with python objects. Is it possible to search through numpy arrays? This would be nice for feature selection.
- simonblanke 6y agoThank you very much :-) yes you can put anything you want into the search space. Even pandas dataframes, numpy arrays or classes. Here is an example: https://github.com/SimonBlanke/Hyperactive/blob/master/examples/optimization_applications/search_space_example.py https://github.com/SimonBlanke/Hyperactive/blob/master/examp...