Hacker News new | ask | show | jobs
by superfreek 1919 days 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.
1 comments

Thank 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/examp...