Metadata-Version: 2.1
Name: BOHB-HPO
Version: 0.0.5
Summary: Bayesian Optimization Hyperband Hyperparameter Optimization
Home-page: https://github.com/goktug97/bohb_hpo
Author: Göktuğ Karakaşlı
Author-email: karakasligk@gmail.com
License: MIT
Description: Bayesian Optimization Hyperband Hyperparameter Optimization
        ===========================================================
        
        Implementation for [BOHB](http://proceedings.mlr.press/v80/falkner18a.html)
        
        ## Requirements
            - numpy
            - scipy
            - statsmodels
            - torch (example)
        
        ## Installation
        ```bash
        pip3 install bohb-hpo
        ```
        
        ## Usage
        
        See [examples](https://github.com/goktug97/bohb-hpo/tree/master/examples)
        
        ## TODO
            - Conditional Parameters
            - Parallel Optimization (Implemented but not working properly)
            - Better Logging
        
        ## License
        bohb-hpo is licensed under the MIT License.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
