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
As can be seen here, first threshold is calculated and then it is used in link_deletion. Therefore, users can no longer modify the threshold or switch to a different del_method, such as probability.
The text was updated successfully, but these errors were encountered:
It is a custom step, so users shouldn't be using it casually; that is, I believe, the purpose of having different steps such as "default". Creating a new method for "equalize" or an assert for the method used in the step or an if case is a good idea, but it is also a complete non-priority.
I have renamed "custom" as "ptm" and added an acceptable threshold value "balance" which triggers a conditional case in the "ptm" step. It is part of the sensitivity analysis pull request.
As can be seen here, first
threshold
is calculated and then it is used inlink_deletion
. Therefore, users can no longer modify thethreshold
or switch to a differentdel_method
, such asprobability
.The text was updated successfully, but these errors were encountered: