scikitplot.experimental#
Experimental functions and utilities by Python and Cython/Pybind11 Bindings.
This package contains experimental functions and utilities for use with Cython/Pybind11 Bindings and Python implementations. The functions provided here are optimized for performance and are implemented using Cython/Pybind11 Bindings to leverage its speed advantages.
This package is intended for experimental use. Functionality and APIs may change in future releases.
User guide. See the Experimental (experimental) section for further details.
Cython Bindings samples#
Compute the expit (sigmoid) function of the input value |
|
Compute the logarithm of the expit (sigmoid) function for the input value |
|
Compute the logit function, which is the inverse of the sigmoid function, for the input value |
Pybind11 Bindings samples#
Prints a Unicode message. |
Python samples#
Compute the sigmoid function for the input array |
|
Compute the softmax function. |
|
Compute the log of the sum of exponentials of input elements. |
|
Compute the logarithm of the softmax function. |