Metadata-Version: 2.1
Name: hyperopt
Version: 0.2.7
Summary: Distributed Asynchronous Hyperparameter Optimization
Home-page: https://hyperopt.github.io/hyperopt
Author: James Bergstra
Author-email: james.bergstra@gmail.com
License: BSD
Project-URL: Source, https://github.com/hyperopt/hyperopt
Keywords: Bayesian optimization hyperparameter model selection
Platform: Linux
Platform: OS-X
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
License-File: LICENSE.txt
Requires-Dist: numpy>=1.17
Requires-Dist: scipy>=1.5.0
Requires-Dist: networkx>=2.2
Requires-Dist: tqdm
Requires-Dist: cloudpickle
Requires-Dist: importlib-resources>=1.3; python_version < "3.9"
Provides-Extra: sparktrials
Requires-Dist: pyspark; extra == "sparktrials"
Requires-Dist: py4j; extra == "sparktrials"
Provides-Extra: mongotrials
Requires-Dist: pymongo>=4.0.0; extra == "mongotrials"
Provides-Extra: atpe
Requires-Dist: lightgbm; extra == "atpe"
Requires-Dist: scikit-learn; extra == "atpe"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
