Skip to content

Commit

Permalink
change impute_days default median -> mean
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshing committed May 3, 2024
1 parent 5ec6c1a commit b85d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stepcount/stepcount.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def impute(data):
return data


def impute_days(x, method='median'):
def impute_days(x, method='mean'):

if x.isna().all():
return x
Expand Down

0 comments on commit b85d15f

Please sign in to comment.