submission-template / tasks /tfidf_vectorizer_params.json
sumesh4C's picture
Upload 3 files
e444ccd verified
raw
history blame contribute delete
390 Bytes
{"analyzer": "word", "binary": false, "decode_error": "strict", "encoding": "utf-8", "input": "content", "lowercase": true, "max_df": 1.0, "max_features": null, "min_df": 1, "ngram_range": [1, 3], "norm": "l2", "smooth_idf": true, "stop_words": null, "strip_accents": null, "sublinear_tf": false, "token_pattern": "(?u)\\b\\w\\w+\\b", "tokenizer": null, "use_idf": true, "vocabulary": null}