uma-pi1 / kge

LibKGE - A knowledge graph embedding library for reproducible research
MIT License
776 stars 124 forks source link

Add support for job reordering to ManualSearchJob #23

Open rgemulla opened 5 years ago

rgemulla commented 5 years ago

Most notably, a hyperparameter optimization package may be used to determine which configurations appear most promising and evaluate those first.

rgemulla commented 5 years ago

For ax, this should work (roughly): ax_client.generation_strategy.get_model(), then score all not-yet-run points using predict.