You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the description for under_ratio in step_downsample():
A numeric value for the ratio of the minority-to-majority frequencies. The default value (1) means that all other levels are sampled down to have the same frequency as the least occurring level. A value of 2 would mean that the majority levels will have (at most) (approximately) twice as many rows than the minority level.
It seems like based on the line A value of 2 would mean that the majority levels will have (at most) (approximately) twice as many rows than the minority level that under_ratio is the majority-to-minority frequency, or am I misunderstanding?
Thanks for the clarification.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Hi,
This is the description for
under_ratio
instep_downsample()
:It seems like based on the line
A value of 2 would mean that the majority levels will have (at most) (approximately) twice as many rows than the minority level
thatunder_ratio
is the majority-to-minority frequency, or am I misunderstanding?Thanks for the clarification.
The text was updated successfully, but these errors were encountered: