METADATA
1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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