Showing
2 changed files
with
4 additions
and
2 deletions
| ... | @@ -75,7 +75,8 @@ parser.add_argument("--classB", help="Input file containing the abstracts of" | ... | @@ -75,7 +75,8 @@ parser.add_argument("--classB", help="Input file containing the abstracts of" |
| 75 | parser.add_argument("--out", help="Path to the output directory " | 75 | parser.add_argument("--out", help="Path to the output directory " |
| 76 | "(default='./filter_output')", default="filter_output") | 76 | "(default='./filter_output')", default="filter_output") |
| 77 | parser.add_argument("--svcmodel", help="Path to custom pretrained svc model" | 77 | parser.add_argument("--svcmodel", help="Path to custom pretrained svc model" |
| 78 | - "(default='./model_binClass/svm_model.pkl')", default="model_binClass/svm_model.pkl") | 78 | + "(default='./model_binClass/svm_model.pkl')", |
| 79 | + default="model_binClass/svm_model.pkl") | ||
| 79 | 80 | ||
| 80 | args = parser.parse_args() | 81 | args = parser.parse_args() |
| 81 | 82 | ... | ... |
| ... | @@ -76,7 +76,8 @@ parser.add_argument("--classB", help="Input file containing the abstracts of" | ... | @@ -76,7 +76,8 @@ parser.add_argument("--classB", help="Input file containing the abstracts of" |
| 76 | parser.add_argument("--out", help="Path to the output directory " | 76 | parser.add_argument("--out", help="Path to the output directory " |
| 77 | "(default='./filter_output')", default="filter_output") | 77 | "(default='./filter_output')", default="filter_output") |
| 78 | parser.add_argument("--svcmodel", help="Path to custom pretrained svc model" | 78 | parser.add_argument("--svcmodel", help="Path to custom pretrained svc model" |
| 79 | - "(default='./model/svm_model.pkl')", default="model_oneClass/svm_model.pkl") | 79 | + "(default='./model_oneClass/svm_model.pkl')", |
| 80 | + default="model_oneClass/svm_model.pkl") | ||
| 80 | 81 | ||
| 81 | args = parser.parse_args() | 82 | args = parser.parse_args() |
| 82 | 83 | ... | ... |
-
Please register or login to post a comment