Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -237,7 +237,7 @@ if __name__ == "__main__": | ... | @@ -237,7 +237,7 @@ if __name__ == "__main__": |
237 | oFile.write("********** TRAINING AND TESTING REPORT **********\n") | 237 | oFile.write("********** TRAINING AND TESTING REPORT **********\n") |
238 | oFile.write("Training file: " + options.trainingFile + '\n') | 238 | oFile.write("Training file: " + options.trainingFile + '\n') |
239 | oFile.write('\n') | 239 | oFile.write('\n') |
240 | - oFile.write('best params:' + str(crf.best_params_) + '\n') | 240 | + #oFile.write('best params:' + str(crf.best_params_) + '\n') |
241 | oFile.write('best CV score:' + str(crf.best_score_) + '\n') | 241 | oFile.write('best CV score:' + str(crf.best_score_) + '\n') |
242 | oFile.write('model size: {:0.2f}M\n'.format(crf.best_estimator_.size_ / 1000000)) | 242 | oFile.write('model size: {:0.2f}M\n'.format(crf.best_estimator_.size_ / 1000000)) |
243 | 243 | ... | ... |
-
Please register or login to post a comment