Skip to content

Commit

Permalink
feat: Update TFIDF-model
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Jul 19, 2022
1 parent f8a3ae2 commit c30e9ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/tfidf_model/tfidf_model1.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: tfidf_model1
fname: tfidf_model.bin
analyzer: word
analyzer: char
max_features: 10_000
norm: None
max_iter: 10_000
lowercase: True
ngram_range: (1, 1)
max_iter: 100_000
lowercase: False
ngram_range: [2, 10]
min_df: 1
max_df: 1
max_df: 0.99
use_idf: True
smooth_idf: True
sublinear_tf: False
Binary file modified models/tfidf_model.bin
Binary file not shown.

0 comments on commit c30e9ab

Please sign in to comment.