bayesian_optimization
bayesian_optimization copied to clipboard
Bayesian optimization
Results
2
bayesian_optimization issues
Sort by
recently updated
recently updated
newest added
(Two of the notebooks are still not working correctly with newer versions of sklearn and other libraries.)
Since iter.next() is removed python 3 changing the self.rembos.next to next(self.rembos) makes it usable on python 3 too.