bugfix.
This commit is contained in:
parent
ecc50f0249
commit
17defcd163
@ -41,7 +41,7 @@ def _week_similarities(week, simfunc, tfidf_path, term_colname, included_subredd
|
|||||||
term_colname=term_colname,
|
term_colname=term_colname,
|
||||||
included_subreddits=included_subreddits,
|
included_subreddits=included_subreddits,
|
||||||
topN=topN,
|
topN=topN,
|
||||||
week=week.item().replace(tzinfo=pytz.UTC).isoformat('T'),
|
week=week,
|
||||||
rescale_idf=False)
|
rescale_idf=False)
|
||||||
|
|
||||||
tfidf_colname='tf_idf'
|
tfidf_colname='tf_idf'
|
||||||
|
Loading…
Reference in New Issue
Block a user