Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jduarte00 committed Jun 9, 2022
1 parent a1f47f1 commit c9e859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ data = pd.read_csv('./my dataframe')
#Calculate the RIE estimator
# If you don't want your data matrix to be standardize,
# then set normalize = False
cleansed_rie = rie_estimator.get_rie(data, normalize = True)
cleansed_rie = rie_estimator.get_rie(data, normalize = True, max_ones = True)

#Take a look at your cleansed RIE!
print(cleansed_rie)
Expand Down

0 comments on commit c9e859e

Please sign in to comment.