Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
El0ps 0.0.3 documentation
El0ps 0.0.3 documentation
  • Getting started
  • Custom instances
  • Examples
    • Custom datafit
    • Custom penalty
    • Custom estimator
  • API references
    • el0ps.compilation
      • el0ps.compilation.CompilableClass
      • el0ps.compilation.compiled_clone
    • el0ps.datafit
      • el0ps.datafit.BaseDatafit
      • el0ps.datafit.MipDatafit
      • el0ps.datafit.KullbackLeibler
      • el0ps.datafit.Leastsquares
      • el0ps.datafit.Logcosh
      • el0ps.datafit.Logistic
      • el0ps.datafit.Squaredhinge
    • el0ps.estimator
      • el0ps.estimator.L0Estimator
      • el0ps.estimator.L0Classifier
      • el0ps.estimator.L0L1Classifier
      • el0ps.estimator.L0L2Classifier
      • el0ps.estimator.L0L1L2Classifier
      • el0ps.estimator.L0Regressor
      • el0ps.estimator.L0L1Regressor
      • el0ps.estimator.L0L2Regressor
      • el0ps.estimator.L0L1L2Regressor
      • el0ps.estimator.L0SVC
      • el0ps.estimator.L0L1SVC
      • el0ps.estimator.L0L2SVC
      • el0ps.estimator.L0L1L2SVC
    • el0ps.path
      • el0ps.path.Path
    • el0ps.penalty
      • el0ps.penalty.BasePenalty
      • el0ps.penalty.SymmetricPenalty
      • el0ps.penalty.MipPenalty
      • el0ps.penalty.Bigm
      • el0ps.penalty.BigmL1norm
      • el0ps.penalty.BigmL2norm
      • el0ps.penalty.BigmPositiveL1norm
      • el0ps.penalty.BigmPositiveL2norm
      • el0ps.penalty.Bounds
      • el0ps.penalty.L1L2norm
      • el0ps.penalty.L1norm
      • el0ps.penalty.L2norm
      • el0ps.penalty.PositiveL1norm
      • el0ps.penalty.PositiveL2norm
      • el0ps.penalty.compute_param_slope_pos
      • el0ps.penalty.compute_param_slope_neg
    • el0ps.solver
      • el0ps.solver.Status
      • el0ps.solver.Result
      • el0ps.solver.BaseSolver
      • el0ps.solver.BoundSolver
      • el0ps.solver.BnbSolver
      • el0ps.solver.MipSolver
      • el0ps.solver.OaSolver
    • el0ps.utils
      • el0ps.utils.compute_lmbd_max
  • Contribute
  • What’s new
Back to top
View this page

API references¶

This section provides the API references of the different modules.

  • el0ps.compilation
  • el0ps.datafit
  • el0ps.estimator
  • el0ps.path
  • el0ps.penalty
  • el0ps.solver
  • el0ps.utils
Next
el0ps.compilation
Previous
Custom estimator
Copyright © 2025, Theo Guyard
Made with Sphinx and @pradyunsg's Furo