seldonian.models.trees.sktree_model

Functions

probs2theta(probs)

Get theta from p(theta) = sigmoid(theta).

sigmoid(theta)

sklearn_predict_vjp(ans, theta, X, model)

Do a backward pass through the Sklearn model, obtaining the Jacobian d pred / dtheta.

Classes

SeldonianDecisionTree(**dt_kwargs)