module documentation

This module implements a sparse linear model for classification problems.

Class SparseLinearClassifier Sparse linear model for classification.
Function _sigmoid Compute the sigmoid function.
def _sigmoid(x: np.ndarray) -> np.ndarray: (source)

Compute the sigmoid function.