Andersoncrs commited on
Commit
d55f337
verified
1 Parent(s): f259ebc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -45,12 +45,10 @@ A continuaci贸n, se detallan los hiperpar谩metros utilizados en cada uno de los
45
  | Hiperpar谩metro | Valor |
46
  | :--- | :--- |
47
  | **memory** | None |
48
- | **steps** | [('tfidf', TfidfVectorizer(binary=True, max_df=0.9, ngram_range=(1, 2), sublinear_tf=True,
49
- tokenizer=<function word_tokenize at 0x75236ee85170>)), ('cnb', ComplementNB(alpha=0.5))] |
50
  | **transform_input** | None |
51
  | **verbose** | False |
52
- | **tfidf** | TfidfVectorizer(binary=True, max_df=0.9, ngram_range=(1, 2), sublinear_tf=True,
53
- tokenizer=<function word_tokenize at 0x75236ee85170>) |
54
  | **cnb** | ComplementNB(alpha=0.5) |
55
  | **tfidf__analyzer** | word |
56
  | **tfidf__binary** | True |
 
45
  | Hiperpar谩metro | Valor |
46
  | :--- | :--- |
47
  | **memory** | None |
48
+ | **steps** | [('tfidf', TfidfVectorizer(binary=True, max_df=0.9, ngram_range=(1, 2), sublinear_tf=True,tokenizer=<function word_tokenize at 0x75236ee85170>)), ('cnb', ComplementNB(alpha=0.5))] |
 
49
  | **transform_input** | None |
50
  | **verbose** | False |
51
+ | **tfidf** | TfidfVectorizer(binary=True, max_df=0.9, ngram_range=(1, 2), sublinear_tf=True,tokenizer=<function word_tokenize at 0x75236ee85170>) |
 
52
  | **cnb** | ComplementNB(alpha=0.5) |
53
  | **tfidf__analyzer** | word |
54
  | **tfidf__binary** | True |