Contents

hyperopt 0.2.7

0

Distributed Asynchronous Hyperparameter Optimization

Hyperopt is a Python library for serial and parallel optimization over awkward search spaces, which may include real-valued, discrete, and conditional dimensions.

Stars: 7091, Watchers: 7091, Forks: 1039, Open Issues: 212

The hyperopt/hyperopt repo was created 12 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 7091 github stars!

How to Install hyperopt

You can install hyperopt using pip

pip install hyperopt

or add it to a project with poetry

poetry add hyperopt

Package Details

Author
James Bergstra
License
BSD
Homepage
https://hyperopt.github.io/hyperopt
PyPi:
https://pypi.org/project/hyperopt/
GitHub Repo:
https://github.com/hyperopt/hyperopt

Classifiers

  • Scientific/Engineering
  • Software Development
No  hyperopt  pypi packages just yet.

Errors

A list of common hyperopt errors.

Code Examples

Here are some hyperopt code examples and snippets.

GitHub Issues

The hyperopt package has 212 open issues on GitHub

  • scikit-learn compatible meta-estimator
  • Security issue in required library networkx
  • Recursion error while sampling from custom expression
  • When using RandomForestClassifier with hp.choice, get AttributeError: 'RandomForestClassifier' object has no attribute 'estimators_'
  • Can't hide logs
  • MongoDB error: Unknown option j
  • AttributeError with numpy while using HyperoptEstimator
  • Proper way to use search_space

See more issues on GitHub