Skip to content

Commit

Permalink
Merge pull request #60 from simonbowly/regression
Browse files Browse the repository at this point in the history
Finalize least absolute deviation regression mod
  • Loading branch information
simonbowly authored May 17, 2023
2 parents 52d685a + 37bf38e commit c09b559
Show file tree
Hide file tree
Showing 11 changed files with 268 additions and 185 deletions.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ API Reference
:members: solve_qubo

.. automodule:: gurobi_optimods.regression
:members: L1Regression
:members: LADRegression

.. automodule:: gurobi_optimods.shortest_path
:members: shortest_path
Expand Down
9 changes: 1 addition & 8 deletions docs/source/gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ The Opti Mods Gallery
:text-align: center
:img-top: mods/figures/bipartite-matching-example.png

.. grid-item-card:: Cardinality Constrained Regression
:link: mods/card-regression
:link-type: doc
:text-align: center
:img-top: mods/figures/reg_coeffs.png

.. grid-item-card:: Stigler Diet Problem
:link: mods/diet
:link-type: doc
Expand All @@ -27,7 +21,7 @@ The Opti Mods Gallery
:link: mods/l1-regression
:link-type: doc
:text-align: center
:img-top: mods/figures/reg_coeffs.png
:img-top: mods/icons/lad-regression.png

.. grid-item-card:: Minimum-Cost Flow
:link: mods/min-cost-flow
Expand Down Expand Up @@ -67,7 +61,6 @@ The Opti Mods Gallery
:hidden:

mods/bipartite-matching
mods/card-regression
mods/diet
mods/l1-regression
mods/min-cost-flow
Expand Down
65 changes: 0 additions & 65 deletions docs/source/mods/card-regression.rst

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/mods/figures/lad-outlier-errors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/source/mods/figures/reg_coeffs.png
Binary file not shown.
Binary file added docs/source/mods/icons/lad-regression.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c09b559

Please sign in to comment.