no longer need to convert from spark dates into isoformat.
This commit is contained in:
parent
104b708ff6
commit
02ec11f726
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user