el0ps.estimator

L0Estimator(datafit, penalty, lmbd[, ...])

Scikit-learn-compatible linear model estimators based on L0-regularized problems.

L0Classifier(lmbd, M[, fit_intercept, solver])

Substitute for L0L1L2Classifier with parameters alpha=0 and beta=0.

L0L1Classifier(lmbd, alpha[, M, ...])

Substitute for L0L1L2Classifier with parameter beta=0.

L0L2Classifier(lmbd, beta[, M, ...])

Substitute for L0L1L2Classifier with parameter alpha=0.

L0L1L2Classifier(lmbd, alpha, beta[, M, ...])

L0Regressor(lmbd, M[, fit_intercept, solver])

Substitute for L0L1L2Regressor with parameters alpha=0 and beta=0.

L0L1Regressor(lmbd, alpha[, M, ...])

Substitute for L0L1L2Regressor with parameter beta=0.

L0L2Regressor(lmbd, beta[, M, ...])

Substitute for L0L1L2Regressor with parameters alpha=0.

L0L1L2Regressor(lmbd, alpha, beta[, M, ...])

L0SVC(lmbd, M[, fit_intercept, solver])

Substitute for L0L1L2SVC with parameters alpha=0 and beta=0.

L0L1SVC(lmbd, alpha[, M, fit_intercept, solver])

Substitute for L0L1L2SVC with parameter beta=0.

L0L2SVC(lmbd, beta[, M, fit_intercept, solver])

Substitute for L0L1L2SVC with parameter alpha=0.

L0L1L2SVC(lmbd, alpha, beta[, M, ...])