Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -44,7 +44,7 @@ if args.traind and not args.input: | ... | @@ -44,7 +44,7 @@ if args.traind and not args.input: |
44 | labels = data.target_names | 44 | labels = data.target_names |
45 | vectorizer = TfidfVectorizer(binary=True) | 45 | vectorizer = TfidfVectorizer(binary=True) |
46 | print(vectorizer) | 46 | print(vectorizer) |
47 | - f0 = open("model_params.conf") | 47 | + f0 = open("model_params_binClass.conf") |
48 | n_iter_search = 10 | 48 | n_iter_search = 10 |
49 | params = [p for p in csv.DictReader(f0)] | 49 | params = [p for p in csv.DictReader(f0)] |
50 | f0.close() | 50 | f0.close() | ... | ... |
-
Please register or login to post a comment