我正在使用sklearn GridSearchCV(SomeModel,SomeTunedParams,SomeScoring,verbose = 10)
我需要在文件中获取verbose生成的所有输出,尤其是这种行:
[CV] n_estimators=50, max_depth=8, class_weight=subsample, score=0.944444 - 0.3s
事实上,这是一个与sklearn拟合方法相关的更普遍的问题。
目标是将此stdout放入logfile.log