.gitignore
.readthedocs.yaml
CHANGELOG.md
CITATION.cff
CMakeLists.txt
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
requirements.txt
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/wheels.yml
.ipynb_checkpoints/FairSVM-checkpoint.ipynb
.ipynb_checkpoints/QR-checkpoint.ipynb
.ipynb_checkpoints/SVM-checkpoint.ipynb
.vscode/settings.json
doc/Makefile
doc/make.bat
doc/source/benchmark.rst
doc/source/clean_notebooks.py
doc/source/conf.py
doc/source/example.rst
doc/source/getting_started.rst
doc/source/index.rst
doc/source/tutorials.rst
doc/source/_static/benchmark/benchmark_FairSVM.html
doc/source/_static/benchmark/benchmark_FairSVM_benchopt_run_2023-10-12_22h11m38.html
doc/source/_static/benchmark/benchmark_Huber.html
doc/source/_static/benchmark/benchmark_Huber_benchopt_run_2023-10-10_22h40m00.html
doc/source/_static/benchmark/benchmark_QR.html
doc/source/_static/benchmark/benchmark_QR_benchopt_run_2023-10-14_22h48m25.html
doc/source/_static/benchmark/benchmark_SVM.html
doc/source/_static/benchmark/benchmark_SVM_benchopt_run_2023-10-10_20h12m15.html
doc/source/_static/benchmark/benchmark_sSVM.html
doc/source/_static/benchmark/benchmark_sSVM_benchopt_run_2023-10-10_20h52m22.html
doc/source/_static/css/label.css
doc/source/_templates/autoapi/index.rst
doc/source/_templates/autoapi/macros.rst
doc/source/_templates/autoapi/python/class.rst
doc/source/_templates/autoapi/python/module.rst
doc/source/autoapi/index.rst
doc/source/autoapi/rehline/index.rst
doc/source/examples/CQR.ipynb
doc/source/examples/FairSVM.ipynb
doc/source/examples/Multiclass_Classification.ipynb
doc/source/examples/NMF.ipynb
doc/source/examples/Path_solution.ipynb
doc/source/examples/QR.ipynb
doc/source/examples/QR_eps.ipynb
doc/source/examples/RankRegression.ipynb
doc/source/examples/SVM.ipynb
doc/source/examples/SVR.ipynb
doc/source/examples/Sklearn_Mixin.ipynb
doc/source/examples/Warm_start.ipynb
doc/source/examples/.ipynb_checkpoints/FairSVM-checkpoint.ipynb
doc/source/examples/.ipynb_checkpoints/RankRegression-checkpoint.ipynb
doc/source/figs/logo.png
doc/source/figs/res.png
doc/source/figs/tab.png
doc/source/tutorials/ReHLine_ERM.rst
doc/source/tutorials/ReHLine_MF.rst
doc/source/tutorials/ReHLine_manual.rst
doc/source/tutorials/ReHLine_sklearn.rst
doc/source/tutorials/constraint.rst
doc/source/tutorials/loss.rst
doc/source/tutorials/warmstart.rst
figs/res.png
figs/tab.png
rehline/__init__.py
rehline/_base.py
rehline/_class.py
rehline/_data.py
rehline/_loss.py
rehline/_mf_class.py
rehline/_path_sol.py
rehline/_sklearn_mixin.py
rehline.egg-info/PKG-INFO
rehline.egg-info/SOURCES.txt
rehline.egg-info/dependency_links.txt
rehline.egg-info/not-zip-safe
rehline.egg-info/requires.txt
rehline.egg-info/top_level.txt
src/rehline.cpp
src/rehline.h
tests/test_cqr.py
tests/test_elastic_net.py
tests/test_fairsvm.py
tests/test_mf.py
tests/test_monotonic.py
tests/test_multiclass.py
tests/test_path_sol.py
tests/test_sklearn_mixin.py
tests/test_svm.py
tests/test_svr.py
tests/test_warmstart.py