Skip to content

tschm/MosekRegression

Repository files navigation

MosekTools

Building tools on the shoulders of Mosek.

Motivation

We created this package to support the experiments given in the paper by Schmelzer, Hauser, Dahl and Andersen.

License

You need a valid Mosek license.

Applications

You can solve various (un)constrained regression and Markowitz problems.

Poetry

We assume you share already the love for Poetry. Once you have installed poetry you can perform

make install

to replicate the virtual environment we have defined in pyproject.toml and locked in poetry.lock.

Jupyter

We install JupyterLab on fly within the aforementioned virtual environment. Executing

make jupyter

will install and start the jupyter lab.