module documentation

This module implements an abstract base class for sparse linear models.

It contains the shared functionality used for both classification and regression models, particularly in terms of the fitting procedure. Feature selection is optimized using a scalable cutting plane algorithm.

Class BaseSparseEstimator Base class for sparse linear models.