GridSearchCV和RandomizedSearchCV调参
摘要:
1 GridSearchCV实际上可以看做是for循环输入一组参数后再比较哪种情况下最优. 使用GirdSearchCV模板 # Use scikit-learn to grid search the batch size and epochs import numpy from sklearn.m 阅读全文
posted @ 2019-06-23 14:39 吃我一枪 阅读(1541) 评论(0) 推荐(0) 编辑