You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the one in optimal_learning/python/python_version/log_likelihood.py, Line 107 is trying to apply numpy.log10 on hyperparameter_optimizer.domain._domain_bounds. I think we should issue a warning to users when they include negative values in domain_bounds so numpy.log10 would return a number instead of nan Similar thing for Line 128 of log_likelihood.py in optimal_learning/python/cpp_wrappers/log_likelihood.py.
The text was updated successfully, but these errors were encountered:
yf275
changed the title
[Bugs] multistart_hyperparameter_optimization in python
Issue warnings in multistart_hyperparameter_optimization of python version
Aug 24, 2015
Hi,
For the one in optimal_learning/python/python_version/log_likelihood.py, Line 107 is trying to apply numpy.log10 on hyperparameter_optimizer.domain._domain_bounds. I think we should issue a warning to users when they include negative values in domain_bounds so numpy.log10 would return a number instead of nan Similar thing for Line 128 of log_likelihood.py in optimal_learning/python/cpp_wrappers/log_likelihood.py.
The text was updated successfully, but these errors were encountered: