seldonian.models.trees.sktree_model.probs2theta

probs2theta(probs)

Get theta from p(theta) = sigmoid(theta). Need to add a constant for stability in case prob=0 or 1, which can happen in a decision tree.