1
0

no longer need to convert from spark dates into isoformat.

This commit is contained in:
Nathan TeBlunthuis 2024-12-28 13:55:54 -08:00
parent 104b708ff6
commit 02ec11f726

View File

@ -40,7 +40,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.isoformat(), week=week,
rescale_idf=False) rescale_idf=False)
tfidf_colname='tf_idf' tfidf_colname='tf_idf'