Skip to content

Commit

Permalink
Update pycytominer/operations/variance_threshold.py
Browse files Browse the repository at this point in the history
Co-authored-by: Niranj Chandrasekaran <niranjchandrasekaran@users.noreply.github.com>
  • Loading branch information
gwaybio and niranjchandrasekaran authored Feb 2, 2022
1 parent b9ee5c9 commit 0841908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycytominer/operations/variance_threshold.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def variance_threshold(
freq_cut : float, default 0.05
Ratio (2nd most common feature val / most common). Must range between 0 and 1.
Remove features lower than freq_cut. A low freq_cut will remove features
that have large difference between the most common feature and second most
common feature. (e.g. this will remove a feature: [1, 1, 1, 1, 0.01, 0.01, ...])
that have large difference between the most common feature value and second most
common feature value. (e.g. this will remove a feature: [1, 1, 1, 1, 0.01, 0.01, ...])
unique_cut: float, default 0.01
Ratio (num unique features / num samples). Must range between 0 and 1.
Remove features less than unique cut. A low unique_cut will remove features
Expand Down

0 comments on commit 0841908

Please sign in to comment.