1
0
This commit is contained in:
Nathan TeBlunthuis 2025-01-11 19:07:45 -08:00
parent ecc50f0249
commit 17defcd163

View File

@ -41,7 +41,7 @@ def _week_similarities(week, simfunc, tfidf_path, term_colname, included_subredd
term_colname=term_colname,
included_subreddits=included_subreddits,
topN=topN,
week=week.item().replace(tzinfo=pytz.UTC).isoformat('T'),
week=week,
rescale_idf=False)
tfidf_colname='tf_idf'