logistic is an implementation of the logistic function \(\frac{1}{1+e^{-x}}\)
y = logistic(x)
Note that you typically would use the convex logsumexp operator to perform logistic regression, as illustrated in the example in the exponential cone tutorial
The operator is implemented as a callback operator.