Skip to content

Commit ac25f46

Browse files
committed
server/rfm_funcs/create_scores.py
2 parents 95c130f + 0769d1f commit ac25f46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/rfm_funcs/create_scores.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def create_scores(query_date):
7575
recency_bins.append(real_max)
7676

7777

78-
# recency_bins.append(grouped_past_year[('days_since', 'min')].max())
7978

8079
grouped_past_year['recency_score'] = pd.cut(grouped_past_year[('days_since','min')], bins= recency_bins, labels=recency_labels, include_lowest = True)
8180
grouped_past_year.rename(columns={('recency_score', ''): 'recency_score'})

0 commit comments

Comments
 (0)