METADATA 1.68 KB
Metadata-Version: 2.0
Name: hyperopt
Version: 0.2.3
Summary: Distributed Asynchronous Hyperparameter Optimization
Home-page: http://hyperopt.github.com/hyperopt/
Author: James Bergstra
Author-email: james.bergstra@gmail.com
License: BSD
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 :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Provides-Extra: MongoTrials
Provides-Extra: ATPE
Provides-Extra: SparkTrials
Provides-Extra: dev
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: six
Requires-Dist: networkx (==2.2)
Requires-Dist: future
Requires-Dist: tqdm
Requires-Dist: cloudpickle
Provides-Extra: ATPE
Requires-Dist: lightgbm; extra == 'ATPE'
Requires-Dist: scikit-learn; extra == 'ATPE'
Provides-Extra: MongoTrials
Requires-Dist: pymongo; extra == 'MongoTrials'
Provides-Extra: SparkTrials
Requires-Dist: pyspark; extra == 'SparkTrials'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: nose; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'

UNKNOWN