LCA-PORVID's picture
Upload 34 files
ebdb5af verified
raw
history blame contribute delete
596 Bytes
{
"tfidf__max_features": [
100,
500,
1000,
5000,
10000,
50000,
100000
],
"tfidf__ngram_range": [
[
1,
1
],
[
1,
2
],
[
1,
3
],
[
1,
4
],
[
1,
5
],
[
1,
10
]
],
"tfidf__lowercase": [
true,
false
],
"tfidf__analyzer": [
"word",
"char"
]
}