API Documentation#

Estimators#

These are all the estimators in the package. They are all derived from scikit-learn classes and use the same API. Each of the estimators represent a different objective function, but all use the same penalty term (the sorted l-one norm).

Slope([lam, alpha, fit_intercept, ...])

Sorted L-One Penalized Estimation.