Giter Club home page Giter Club logo

hypermax's People

Contributors

00sapo avatar alluxia-f avatar alphagit avatar genixpro avatar ldunkley avatar naereen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hypermax's Issues

AttributeError: 'Optimizer' object has no attribute 'threadExecutor'

I'm not sure what info I need to provide for this, but I'm getting some errors when I try to run hypermax. I have LightGBM installed (Version 2.2.3) and OpenMP (libomp stable 8.0.1) installed succefully using homebrew. It throws warnings for libomp and lightGBM, and then AttributeError: 'Optimizer' object has no attribute 'threadExecutor'

Please let me know if I need to provide anything else. Any guidance would be appreciated!

I'm on macOS Mojave: Version 10.14.6

(venv)$ hypermax xgb_search.json
/usr/local/lib/python3.7/site-packages/lightgbm/init.py:46: UserWarning: Starting from version 2.2.1, the library file in distribution wheels for macOS is built by the Apple Clang (Xcode_8.3.3) compiler.
This means that in case of installing LightGBM from PyPI via the pip install lightgbm command, you don't need to install the gcc compiler anymore.
Instead of that, you need to install the OpenMP library, which is required for running LightGBM on the system with the Apple Clang compiler.
You can install the OpenMP library by the following command: brew install libomp.
"You can install the OpenMP library by the following command: brew install libomp.", UserWarning)
Traceback (most recent call last):
File "/usr/local/bin/hypermax", line 10, in
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/hypermax/cli.py", line 21, in main
optimizer = Optimizer(config_data)
File "/usr/local/lib/python3.7/site-packages/hypermax/optimizer.py", line 51, in init
self.space = self.config.createHyperparameterSpace()
File "/usr/local/lib/python3.7/site-packages/hypermax/configuration.py", line 13, in createHyperparameterSpace
space = param.createHyperoptSpace(lockedValues)
File "/usr/local/lib/python3.7/site-packages/hypermax/hyperparameter.py", line 52, in createHyperoptSpace
space[key] = Hyperparameter(config, self, name + "." + key).createHyperoptSpace(lockedValues)
File "/usr/local/lib/python3.7/site-packages/hypermax/hyperparameter.py", line 75, in createHyperoptSpace
return hp.loguniform(name, math.log(min), math.log(max))
ValueError: math domain error
Exception ignored in: <function Optimizer.del at 0x118c6fb00>
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/hypermax/optimizer.py", line 85, in del
if self.threadExecutor:
AttributeError: 'Optimizer' object has no attribute 'threadExecutor'

Library example?

This looks very promising. Could you provide an example of how to use this as a library (and not through the CLI)? Thanks!

view stdout/stderr of running execution in real-time

Hello,
is it possible to view the output of the running execution in real-time?
Maybe we could redirect it to file through shell redirection so that the user can still look at it with something like watch?
This would be useful for very long processes.

paper citation

Hello, I am very interested in your research. Do you have a paper? I want to cite your work in my paper

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.