MachineLearning-DeepLearning-Code-for-my-YouTube-Channel icon indicating copy to clipboard operation
MachineLearning-DeepLearning-Code-for-my-YouTube-Channel copied to clipboard

Error Use Bayesian Optimization with Hyperopt

Open wr0124 opened this issue 2 years ago • 0 comments

when excute: best_params_use, best_clusters_use, trials_use = utils.bayesian_search(embeddings_st1, space=hspace, label_lower=int(label_lower), label_upper=int(label_upper), max_evals=int(max_evals))

TypeError: 'numpy.float64' object cannot be interpreted as an integer. I didn't modify any part of this notebook

wr0124 avatar Jul 27 '23 08:07 wr0124