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.
probs2theta()