Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchopt suite for machine learning #333

Open
17 tasks
gdalle opened this issue Jun 18, 2024 · 2 comments
Open
17 tasks

Benchopt suite for machine learning #333

gdalle opened this issue Jun 18, 2024 · 2 comments

Comments

@gdalle
Copy link

gdalle commented Jun 18, 2024

It would be nice to support the Benchopt problem suite, which is also available in Python:

  • Ordinary Least Squares
  • Non-Negative Least Squares
  • LASSO: L1-Regularized Least Squares
  • LASSO Path
  • Elastic Net
  • MCP
  • L2-Regularized Logistic Regression
  • L1-Regularized Logistic Regression
  • L2-regularized Huber regression
  • L1-Regularized Quantile Regression
  • Linear SVM for Binary Classification
  • Linear ICA
  • Approximate Joint Diagonalization
  • 1D Total Variation Denoising
  • 2D Total Variation Denoising
  • ResNet Classification
  • Bilevel Optimization
@dpo
Copy link
Member

dpo commented Jun 18, 2024

We don’t have any infrastructure for bilevel problems.

Problems with (smooth or nonsmooth) regularizers should go in RegularizedProblems.jl. That includes TV problems, LASSO, etc.

Least-squares problems should go in NLSProblems.jl.

@tmigot
Copy link
Member

tmigot commented Jun 21, 2024

For NLS, we don't have real JuMP NLS here (they are in NLSProblems) but we do have ADNLSModel though, e.g. https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl/blob/main/src/ADNLPProblems/arglina.jl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants