def hyperopt_train_test(params):
clf = rxn_estimator(np.float32(params[0]), np.float32(params[1]), np.int(params[2]), other_param_dict)
return cross_val_score(clf, X, y, cv=3).mean()
fp1_double_neural_hypopt_rxn_predict.py 文件源码
python
阅读 31
收藏 0
点赞 0
评论 0
评论列表
文章目录