| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 408a646 commit 40e83db
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -107,7 +107,7 @@ | |||
| 107 | 107 | print('Train ROC: {:.4f}'.format(roc_train)) | |
| 108 | 108 | print('Test Loss: {:.3e}'.format(loss_test)) | |
| 109 | 109 | print('Test ROC: {:.4f}'.format(roc_test)) | |
| 110 | - np.savetxt("jenkins_validate.txt",np.array([roc_test])) | ||
| 110 | + if roc_test < 0.8: sys.exit(1) | ||
| 111 | 111 | ||
| 112 | 112 | ||
| 113 | 113 | if task_index == 0: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments