expit#

scikitplot.experimental._cy_experimental.expit(x0)#

Compute the expit (sigmoid) function of the input value x0.

The expit function is defined as:

expit(x) = 1 / (1 + exp(-x))

This function is widely used in logistic regression models and other areas of machine learning and statistics.

Added in version 0.3.9.