Hvass-Labs / TensorFlow-Tutorials

TensorFlow Tutorials with YouTube Videos
MIT License
9.28k stars 4.19k forks source link

cannot import plot_histogram and plot_objective_2D #100

Closed schoon1990 closed 5 years ago

schoon1990 commented 5 years ago

Why can't import these from skopt.plots? Also, space.point.to_dict(search_result.x) is giving me an error saying there's no attribute.

Hvass-Labs commented 5 years ago

It is clearly stated in the Notebook that some of the plotting functions haven't been merged into the official release of scikit-optimize. I had a conflict with the library's authors and they have refused to merge these improvements into their library. So you should just try and remove the function calls that are causing problems. The Notebook should work without them.