OryxProject / oryx

Oryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning

Home Page:http://oryx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support random hyperparameter search

srowen opened this issue · comments

Currently, only grid search is supported, and this is probably not nearly the most efficient way to explore parameters. It's easy to add random search as an option.

Done and back-ported through to 2.3.x. Defaults to 'random' in 2.5.x.